summaryrefslogtreecommitdiff
path: root/modules/toolbar/toolbar.tpl.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-09-15 03:38:06 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-09-15 03:38:06 +0000
commit60f14083f4ba53ecfbf741d34b6a76e9722c5287 (patch)
treee2d43d6a0e6c0daa3f2567570ba32c05117ac2b6 /modules/toolbar/toolbar.tpl.php
parent6ab2b28d57b913145d76e27b60ebdc9e0f49c871 (diff)
downloadbrdo-60f14083f4ba53ecfbf741d34b6a76e9722c5287.tar.gz
brdo-60f14083f4ba53ecfbf741d34b6a76e9722c5287.tar.bz2
Roll-back of #555712. User testing showed the collapse bar to the left introduced its own issues. Back to the drawing board...
Diffstat (limited to 'modules/toolbar/toolbar.tpl.php')
-rw-r--r--modules/toolbar/toolbar.tpl.php1
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>