diff options
Diffstat (limited to 'modules/toolbar/toolbar.tpl.php')
-rw-r--r-- | modules/toolbar/toolbar.tpl.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/toolbar/toolbar.tpl.php b/modules/toolbar/toolbar.tpl.php index 0da130872..8a68998af 100644 --- a/modules/toolbar/toolbar.tpl.php +++ b/modules/toolbar/toolbar.tpl.php @@ -16,6 +16,7 @@ ?> <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_menu']); ?> <?php print render($toolbar['toolbar_user']); ?> </div> |