Elgg  Version 2.3
Namespaces | Variables
admin.php File Reference

Go to the source code of this file.

Namespaces

 Elgg
 Save menu items.
 

Variables

 $notices_html = ''
 
 $notices = elgg_get_admin_notices()
 
if($notices) $header = elgg_view('admin/header', $vars)
 
 $messages = elgg_view('page/elements/messages', array('object' => $vars['sysmessages']))
 
 $content = $vars["body"]
 
 $footer = elgg_view('admin/footer', $vars)
 
 $body =
 
 $head = elgg_view('page/elements/head', $vars['head'])
 

Variable Documentation

◆ $body

$body =

Definition at line 34 of file admin.php.

◆ $content

$content = $vars["body"]

Definition at line 30 of file admin.php.

◆ $footer

$footer = elgg_view('admin/footer', $vars)

Definition at line 32 of file admin.php.

◆ $head

$head = elgg_view('page/elements/head', $vars['head'])

Definition at line 61 of file admin.php.

◆ $header

if ( $notices) $header = elgg_view('admin/header', $vars)

Definition at line 25 of file admin.php.

◆ $messages

$messages = elgg_view('page/elements/messages', array('object' => $vars['sysmessages']))
Examples
/root/Elgg/engine/lib/views.php.

Definition at line 27 of file admin.php.

◆ $notices

$notices = elgg_get_admin_notices()

Definition at line 16 of file admin.php.

◆ $notices_html

$notices_html = ''

Definition at line 15 of file admin.php.