summaryrefslogtreecommitdiff
path: root/themes/seven/page.tpl.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-04 03:57:19 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-04 03:57:19 +0000
commit37b78e02594e95ac059a69fe47ee62bf24ce5db5 (patch)
tree25c2d9222d30847680ddf664a1a8565868163408 /themes/seven/page.tpl.php
parent89586bac91ecdd20255f615abd7993dc79092a50 (diff)
downloadbrdo-37b78e02594e95ac059a69fe47ee62bf24ce5db5.tar.gz
brdo-37b78e02594e95ac059a69fe47ee62bf24ce5db5.tar.bz2
#646874 by sun and David_Rothstein: Remove assumptions about Contextual links and Shortcut modules from template files.
Diffstat (limited to 'themes/seven/page.tpl.php')
-rw-r--r--themes/seven/page.tpl.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/themes/seven/page.tpl.php b/themes/seven/page.tpl.php
index 13f7b3e6d..962bf7868 100644
--- a/themes/seven/page.tpl.php
+++ b/themes/seven/page.tpl.php
@@ -4,8 +4,11 @@
<div class="element-invisible"><a id="main-content"></a></div>
<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_or_remove_shortcut)): ?><?php print $add_or_remove_shortcut; ?><?php endif; ?>
+ <?php print render($title_prefix); ?>
+ <?php if ($title): ?>
+ <h1 class="page-title"><?php print $title; ?></h1>
+ <?php endif; ?>
+ <?php print render($title_suffix); ?>
<?php if ($primary_local_tasks): ?><ul class="tabs primary"><?php print render($primary_local_tasks); ?></ul><?php endif; ?>
</div>