Go to the source code of this file.
|
| | $messages = elgg_view('page/elements/messages', ['object' => elgg_extract('sysmessages', $vars)]) |
| |
| | $sections |
| |
| | $page = '' |
| |
| | $page_vars = elgg_extract('page_attrs', $vars, []) |
| |
| | $page_vars ['class'] = elgg_extract_class($page_vars, ['elgg-page', 'elgg-page-admin']) |
| |
| | $body = elgg_format_element('div', $page_vars, $page) |
| |
| | $head = elgg_view('page/elements/head', elgg_extract('head', $vars, [])) |
| |
| | $params |
| |
◆ $body
◆ $head
◆ $messages
◆ $page
| foreach ( $sections as $section=> $content) $page = '' |
◆ $page_vars [1/2]
◆ $page_vars [2/2]
◆ $params
Initial value:= [
]
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
Definition at line 44 of file admin.php.
◆ $sections
Initial value:= [
]
elgg_view(string $view, array $vars=[], string $viewtype='')
Return a parsed view.
Definition at line 16 of file admin.php.