topbar.php 379 B

12345678910111213
  1. <?php
  2. /**
  3. * Elgg topbar
  4. * The standard elgg top toolbar
  5. */
  6. // Elgg logo
  7. echo elgg_view_menu('topbar', array('sort_by' => 'priority', array('elgg-menu-hz')));
  8. // elgg tools menu
  9. // need to echo this empty view for backward compatibility.
  10. echo elgg_view_deprecated("navigation/topbar_tools", array(), "Extend the topbar menus or the page/elements/topbar view directly", 1.8);