Elgg  Version master
security.php
Go to the documentation of this file.
1 <?php
2 
4 $params['selected'] = 'settings';
5 echo elgg_view('admin/security/tabs', $params);
6 
7 echo elgg_view('output/longtext', [
8  'value' => elgg_echo('admin:security:settings:description'),
9 ]);
10 
11 echo elgg_view_form('admin/security/settings');
$params
Definition: security.php:3
elgg_view_form(string $action, array $form_vars=[], array $body_vars=[])
Definition: views.php:1033
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
Definition: languages.php:17
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
Definition: views.php:156
$vars
Definition: theme.php:5