summaryrefslogtreecommitdiff
path: root/themes/seven/page.tpl.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-22 19:58:28 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-22 19:58:28 +0000
commita2694498f141f24ba4860f73a2c3ec238f65eab0 (patch)
treee0b63f70d10fc492ad02a40666a350e7bd184813 /themes/seven/page.tpl.php
parentd71ffc5aba6ee0e40ded64906b3bc430b7428e4f (diff)
downloadbrdo-a2694498f141f24ba4860f73a2c3ec238f65eab0.tar.gz
brdo-a2694498f141f24ba4860f73a2c3ec238f65eab0.tar.bz2
#542658 by Gábor Hojtsy, sun, pwolanin: Move action 'tabs' out of local tasks.
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 cdef22120..e47ccc334 100644
--- a/themes/seven/page.tpl.php
+++ b/themes/seven/page.tpl.php
@@ -33,6 +33,7 @@
<?php print $help; ?>
</div>
<?php endif; ?>
+ <?php if ($action_links): ?><ul class="action-links"><?php print $action_links; ?></ul><?php endif; ?>
<?php print $content; ?>
</div>