From 0b9553177fec4975723edd7535e88bda019646c3 Mon Sep 17 00:00:00 2001
From: Nancy Nicoles <jn2@phpexercises.com>
Date: Tue, 7 Jun 2011 12:05:09 -0500
Subject: [PATCH] Issue #1180704 by jn2: Fixed missing feed print statement.

---
 templates/page.tpl.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/templates/page.tpl.php b/templates/page.tpl.php
index 1bc4721..d546221 100644
--- a/templates/page.tpl.php
+++ b/templates/page.tpl.php
@@ -81,6 +81,7 @@
                 </div> <!-- /#content-header -->
               <?php endif; ?>
               <?php print render($page['content']); ?>
+              <?php print $feed_icons; ?>
             </div> <!-- /#content-inner -->	
           </div> <!-- /#content -->
-- 
1.7.1

