diff options
Diffstat (limited to 'views/default/page/elements/topbar.php')
-rw-r--r-- | views/default/page/elements/topbar.php | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/views/default/page/elements/topbar.php b/views/default/page/elements/topbar.php index ef70a83cc..e4c6c86bb 100644 --- a/views/default/page/elements/topbar.php +++ b/views/default/page/elements/topbar.php @@ -5,16 +5,7 @@ */ // Elgg logo -?> -<div id="social_topbar"> - <div style="width:930px;margin:0px auto;"> - <?php if (elgg_is_logged_in()): - echo elgg_view_menu('topbar', array('sort_by' => 'priority', array('elgg-menu-hz'))); - endif ?> - </div> - <div style="clear:both;"></div> -</div> -<?php +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. |