# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
Index: contributions/themes/marinelli/alagna/page.tpl.php
--- contributions/themes/marinelli/alagna/page.tpl.php Base (1.1)
+++ contributions/themes/marinelli/alagna/page.tpl.php Locally Modified (Based On 1.1)
@@ -122,6 +122,11 @@
          
           
  <?php print $content ?>
+      <?php if ($feed_icons) { ?>
+		  <div id="feed-icons">
+            <?php print $feed_icons; ?>
+		  </div>
+      <?php } ?>
\ No newline at end of file
       </div>
 
     </div>
Index: contributions/themes/marinelli/giordani/page.tpl.php
--- contributions/themes/marinelli/giordani/page.tpl.php Base (1.5)
+++ contributions/themes/marinelli/giordani/page.tpl.php Locally Modified (Based On 1.5)
@@ -132,6 +132,11 @@
          
           
  <?php print $content ?>
+      <?php if ($feed_icons) { ?>
+		  <div id="feed-icons">
+            <?php print $feed_icons; ?>
+		  </div>
+      <?php } ?>
\ No newline at end of file
       </div>
     </div>
 
Index: contributions/themes/marinelli/gnifetti/page.tpl.php
--- contributions/themes/marinelli/gnifetti/page.tpl.php Base (1.5)
+++ contributions/themes/marinelli/gnifetti/page.tpl.php Locally Modified (Based On 1.5)
@@ -141,6 +141,11 @@
          
           
  <?php print $content ?>
+      <?php if ($feed_icons) { ?>
+		  <div id="feed-icons">
+            <?php print $feed_icons; ?>
+		  </div>
+      <?php } ?>
\ No newline at end of file
       </div>
 
     </div>
Index: contributions/themes/marinelli/page.tpl.php
--- contributions/themes/marinelli/page.tpl.php Base (1.8)
+++ contributions/themes/marinelli/page.tpl.php Locally Modified (Based On 1.8)
@@ -122,6 +122,11 @@
          
           
  <?php print $content ?>
+      <?php if ($feed_icons) { ?>
+		  <div id="feed-icons">
+            <?php print $feed_icons; ?>
+		  </div>
+      <?php } ?>
       </div>
 
     </div>
@@ -154,7 +159,7 @@
  <div class="clear"></div>
 
   </div>
-</div>
\ No newline at end of file
+
\ No newline at end of file
 <!-- Close Page -->
 <div id="footer">
 <?php print $footer ?>
