Elgg  Version master
Variables
admin_notices.php File Reference

Go to the source code of this file.

Variables

if(!elgg_is_admin_logged_in()||!elgg_in_context('admin')) $count
 Lists admin notices. More...
 
if(!$count) $button = ''
 
if($count > 5) $notices
 
 $list
 

Variable Documentation

if (!$count) $button = ''

Definition at line 20 of file admin_notices.php.

if (!elgg_is_admin_logged_in()||!elgg_in_context('admin')) $count
Initial value:
'count' => true,
])
elgg_get_admin_notices(array $options=[])
Get admin notices.
Definition: admin.php:75

Lists admin notices.

$vars['notices'] Array of ElggObject notices

Definition at line 12 of file admin_notices.php.

$list
Initial value:
'list_class' => 'elgg-admin-notices',
'register_rss_link' => false,
'pagination' => false,
])
if($count > 5) $notices
elgg_view_entity_list(array $entities, array $vars=[])
Returns a rendered list of entities with pagination.
Definition: views.php:636

Definition at line 35 of file admin_notices.php.

if ($count > 5) $notices
Initial value:
'limit' => 5,
])
elgg_get_admin_notices(array $options=[])
Get admin notices.
Definition: admin.php:75

Definition at line 31 of file admin_notices.php.