diff options
Diffstat (limited to 'views/default/page/elements/topbar.php')
-rw-r--r-- | views/default/page/elements/topbar.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/views/default/page/elements/topbar.php b/views/default/page/elements/topbar.php deleted file mode 100644 index d217c2d..0000000 --- a/views/default/page/elements/topbar.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php -/** - * N-1 topbar - * The N-1 top toolbar - */ - -echo elgg_view_menu('topbar', array('sort_by' => 'priority', array('elgg-menu-hz'))); - -// elgg tools menu -// need to echo this empty view for backward compatibility. -$content = elgg_view("navigation/topbar_tools"); -if ($content) { - elgg_deprecated_notice('navigation/topbar_tools was deprecated. Extend the topbar menus or the page/elements/topbar view directly', 1.8); - echo $content; -} |