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