blob: ce420e99a410c256c9160db2c46a0c805298b103 (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
/**
* Elgg admin footer. Extend this view to add content to the admin footer
*/
$options = array(
'class' => 'elgg-menu-hz'
);
echo elgg_view_menu('admin_footer', $options);
|