Go to the source code of this file.
◆ $body
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.
◆ $content
Initial value:
])
elgg_view(string $view, array $vars=[], string $viewtype='')
Return a parsed view.
if(count($segments) > 1) $view
Definition at line 26 of file admin.php.
◆ $segments
$segments = explode('/', trim(elgg_extract('segments', $vars, ''), '/')) |
◆ $title
if (empty( $segments[0])) $title = elgg_echo("admin:{$segments[0]}") |
◆ $view
if (count( $segments) > 1) $view = 'admin/' . implode('/', $segments) |