Go to the source code of this file.
if (empty($content)) $body |
Initial value: 'filter_id' => 'admin',
])
elgg_view_layout(string $layout_name, array $vars=[])
Displays a layout with optional parameters.
if(empty($segments[0])) $title
Definition at line 35 of file admin.php.
Initial value:])
if(count($segments) > 1) $view
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
Definition at line 26 of file admin.php.
$segments = explode('/', trim(elgg_extract('segments', $vars, ''), '/')) |
if (empty($segments[0])) $title = elgg_echo("admin:{$segments[0]}") |
if (count($segments) > 1) $view = 'admin/' . implode('/', $segments) |