summaryrefslogtreecommitdiff
path: root/themes/seven/page.tpl.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-11 06:56:52 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-11 06:56:52 +0000
commit6f2a878ffe1bd453055f485ae888e20b035e5ac4 (patch)
tree5e78da2a89c43f55b2b8c3a9b2e21e9cdf6589f2 /themes/seven/page.tpl.php
parentd5f071f8d33d49816104d9ab219f936a6a194bda (diff)
downloadbrdo-6f2a878ffe1bd453055f485ae888e20b035e5ac4.tar.gz
brdo-6f2a878ffe1bd453055f485ae888e20b035e5ac4.tar.bz2
#609100 by bleen18, seutje, and David_Rothstein: Should not be able to re-add same shortcut to same set twice.
Diffstat (limited to 'themes/seven/page.tpl.php')
-rw-r--r--themes/seven/page.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/seven/page.tpl.php b/themes/seven/page.tpl.php
index 71e7e0bf7..503537c0d 100644
--- a/themes/seven/page.tpl.php
+++ b/themes/seven/page.tpl.php
@@ -4,7 +4,7 @@
<div id="branding" class="clearfix">
<?php print $breadcrumb; ?>
<?php if ($title): ?><h1 class="page-title"><?php print $title; ?></h1><?php endif; ?>
- <?php if (isset($add_to_shortcuts)): ?><?php print $add_to_shortcuts; ?><?php endif; ?>
+ <?php if (isset($add_or_remove_shortcut)): ?><?php print $add_or_remove_shortcut; ?><?php endif; ?>
<?php if ($primary_local_tasks): ?><ul class="tabs primary"><?php print render($primary_local_tasks); ?></ul><?php endif; ?>
</div>