summaryrefslogtreecommitdiff
path: root/themes/seven/page.tpl.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-17 01:15:40 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-17 01:15:40 +0000
commitcd2e7e875aa748c7486263aa59334271cf9cf496 (patch)
tree3107e76e08e15bb5121383611aaacbf7276b03dc /themes/seven/page.tpl.php
parent659662810bfb1e4b81cee389809a1eff5e69e961 (diff)
downloadbrdo-cd2e7e875aa748c7486263aa59334271cf9cf496.tar.gz
brdo-cd2e7e875aa748c7486263aa59334271cf9cf496.tar.bz2
#511286 follow-up: Committed rest of stuff.
Diffstat (limited to 'themes/seven/page.tpl.php')
-rw-r--r--themes/seven/page.tpl.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/seven/page.tpl.php b/themes/seven/page.tpl.php
index eee8cc667..71e7e0bf7 100644
--- a/themes/seven/page.tpl.php
+++ b/themes/seven/page.tpl.php
@@ -4,6 +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 ($primary_local_tasks): ?><ul class="tabs primary"><?php print render($primary_local_tasks); ?></ul><?php endif; ?>
</div>