footer.php 183 B

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