summaryrefslogtreecommitdiff
path: root/themes/seven/page.tpl.php
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-08-22 03:41:14 +0100
committerwebchick <webchick@24967.no-reply.drupal.org>2011-08-22 03:41:14 +0100
commit63439a8f1aaa52e777a75676b9fa21a51e9f1949 (patch)
tree62859164f7a1bbff6172fa26e402d92540b90cbe /themes/seven/page.tpl.php
parent979f0d8cb90d924c63e11b1768417251965e006f (diff)
downloadbrdo-63439a8f1aaa52e777a75676b9fa21a51e9f1949.tar.gz
brdo-63439a8f1aaa52e777a75676b9fa21a51e9f1949.tar.bz2
Issue #766458 by aspilicious, xjm, Jeff Burnz, tsi: Fixed Seven theme lacks rtl styling.
Diffstat (limited to 'themes/seven/page.tpl.php')
-rw-r--r--themes/seven/page.tpl.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/seven/page.tpl.php b/themes/seven/page.tpl.php
index 85353a7b0..b9d0ad554 100644
--- a/themes/seven/page.tpl.php
+++ b/themes/seven/page.tpl.php
@@ -11,7 +11,9 @@
</div>
<div id="page">
- <?php print render($secondary_local_tasks); ?>
+ <?php if ($secondary_local_tasks): ?>
+ <div class="tabs-secondary clearfix"><ul class="tabs secondary"><?php print render($secondary_local_tasks); ?></ul></div>
+ <?php endif; ?>
<div id="content" class="clearfix">
<div class="element-invisible"><a id="main-content"></a></div>