diff --git a/page.tpl.php b/page.tpl.php
index 362c004..26d0f17 100644
--- a/page.tpl.php
+++ b/page.tpl.php
@@ -48,12 +48,15 @@
     <?php if ($title): ?>
       <h1 class="title" id="page-title"><?php print $title; ?></h1>
     <?php endif; ?>
     <?php if ($tabs): ?>
       <div class="tabs"><?php print render($tabs); ?></div>
     <?php endif; ?>
     <?php print $messages; ?>
     <?php print render($page['help']); ?>
+    <?php if ($action_links): ?>
+      <ul class="action-links"><?php print render($action_links); ?></ul>
+    <?php endif; ?>
 
     <div id="main-content" class="region clearfix">
       <?php print render($page['content']); ?>
