Elgg  Version 2.3
footer.php
Go to the documentation of this file.
1 <?php
6 $options = array(
7  'class' => 'elgg-menu-hz'
8 );
9 echo elgg_view_menu('admin_footer', $options);
$options
Elgg admin footer.
Definition: footer.php:6
elgg echo
Translates a string.
Definition: languages.js:48
elgg_view_menu($menu, array $vars=array())
Render a menu.
Definition: views.php:775