=== modified file 'sites/all/themes/bluecheese/tpl/page.tpl.php'
--- sites/all/themes/bluecheese/tpl/page.tpl.php	2012-07-24 23:21:49 +0000
+++ sites/all/themes/bluecheese/tpl/page.tpl.php	2012-10-05 17:39:13 +0000
@@ -89,7 +89,7 @@
         <div id="content" class="clearfix">
           <?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="content-inner" class="clearfix"><?php print render($page['content']); ?></div>
           <?php if (!empty($feed_icons)): ?>
             <div id="feeds">Subscribe with RSS <?php print $feed_icons; ?></div>

