diff options
Diffstat (limited to 'modules/toolbar/toolbar.tpl.php')
-rw-r--r-- | modules/toolbar/toolbar.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/toolbar/toolbar.tpl.php b/modules/toolbar/toolbar.tpl.php index f36273f50..8a68998af 100644 --- a/modules/toolbar/toolbar.tpl.php +++ b/modules/toolbar/toolbar.tpl.php @@ -17,8 +17,8 @@ <div id="toolbar" class="clearfix"> <div class="toolbar-menu clearfix"> <span class="toggle toggle-active"><?php print t('Show shortcuts'); ?></span> - <?php print render($toolbar['toolbar_user']); ?> <?php print render($toolbar['toolbar_menu']); ?> + <?php print render($toolbar['toolbar_user']); ?> </div> <div class="toolbar-shortcuts clearfix"> |