Elgg
Version 6.1
|
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 | |
if (!$count) $button = '' |
Definition at line 20 of file admin_notices.php.
if (!elgg_is_admin_logged_in()||!elgg_in_context('admin')) $count |
Lists admin notices.
$vars['notices'] Array of ElggObject notices
Definition at line 12 of file admin_notices.php.
$list |
Definition at line 35 of file admin_notices.php.
if ($count > 5) $notices |
Definition at line 31 of file admin_notices.php.