summaryrefslogtreecommitdiff
path: root/themes/pushbutton/page.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/pushbutton/page.tpl.php')
-rw-r--r--themes/pushbutton/page.tpl.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/pushbutton/page.tpl.php b/themes/pushbutton/page.tpl.php
index 3b8219556..cdfe44771 100644
--- a/themes/pushbutton/page.tpl.php
+++ b/themes/pushbutton/page.tpl.php
@@ -81,7 +81,8 @@
<?php endif; ?>
<!-- start main content -->
- <?php print($content) ?>
+ <?php print $content; ?>
+ <?php print $feed_icons; ?>
<!-- end main content -->
</div><!-- main -->