Elgg  Version 1.9
topbar.php
Go to the documentation of this file.
1 <?php
7 // Elgg logo
8 echo elgg_view_menu('topbar', array('sort_by' => 'priority', array('elgg-menu-hz')));
9 
10 // elgg tools menu
11 // need to echo this empty view for backward compatibility.
12 echo elgg_view_deprecated("navigation/topbar_tools", array(), "Extend the topbar menus or the page/elements/topbar view directly", 1.8);
elgg_view_menu($menu_name, array $vars=array())
Render a menu.
Definition: views.php:687
elgg_view_deprecated($view, array $vars, $suggestion, $version)
Display a view with a deprecation notice.
Definition: views.php:371
elgg echo
Translates a string.
Definition: languages.js:43