Elgg  Version master
Variables
tabs.php File Reference

Go to the source code of this file.

Variables

 $selected = elgg_extract('selected', $vars, 'settings')
 Admin helper view for tabs on the different security pages. More...
 
 $tabs
 

Variable Documentation

$selected = elgg_extract('selected', $vars, 'settings')

Admin helper view for tabs on the different security pages.

$vars['selected'] the name of the selected tab

Definition at line 8 of file tabs.php.

$tabs
Initial value:
= [
[
'name' => 'settings',
'text' => elgg_echo('admin:security:settings')
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
Definition: languages.php:17

Definition at line 10 of file tabs.php.