diff options
Diffstat (limited to 'themes/seven/page.tpl.php')
-rw-r--r-- | themes/seven/page.tpl.php | 1 |
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> |