Go to the source code of this file.
Initial value: 'value' =>
elgg_echo(
'admin:add_menu_item:description'),
'class' => 'elgg-text-help',
])
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
Definition at line 55 of file save.php.
for ($i=0;$i< $num_featured_items;$i++) $configure |
Initial value: 'value' =>
elgg_echo(
'admin:menu_items:description'),
'class' => 'elgg-text-help',
])
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
Definition at line 25 of file save.php.
Initial value: '#type' => 'submit',
])
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
Definition at line 89 of file save.php.
$menu_items = $menu->getItems() |
$num_featured_items = elgg_extract('num_featured_items', $vars, count($menu_items)) |
$url_str = elgg_echo('admin:plugins:label:website') |
foreach($custom_items as $title=> $url) |