diff --git a/templates/page.tpl.php b/templates/page.tpl.php
index 9895171..e49de9c 100644
--- a/templates/page.tpl.php
+++ b/templates/page.tpl.php
@@ -83,15 +83,15 @@
 <ul id="header-social">
 <li><a href="http://www.twitter.com/<?php echo theme_get_setting('twitter_username'); ?>" target="_blank" rel="me"><img src="<?php global $base_url; echo $base_url.'/'.$directory; ?>/images/twitter.png" alt="twitter"/></a></li>
 <li><a href="http://www.facebook.com/<?php echo theme_get_setting('facebook_username'); ?>" target="_blank" rel="me"><img src="<?php global $base_url; echo $base_url.'/'.$directory; ?>/images/facebook.png" alt="facebook"/></a></li>
-<li><a href="<?php print $front_page . ($language->prefix ? '/' : ''); ?>rss.xml"><img src="<?php global $base_url; echo $base_url.'/'.$directory; ?>/images/rss.png" alt="RSS"/></a></li>
+<li><a href="<?php print $front_page . ($language->prefix ? '/' : ''); ?>rss.xml"><img src="<?php echo drupal_get_path('theme', 'touch'); ?>/images/rss.png" alt="RSS"/></a></li>
 </ul><!--end header-social-->
 <?php endif; ?>
 </div><!--end header-top-->
-<div id="header" class="clearfix"><!--start header--> 
+<div id="header" class="clearfix"><!--start header-->
     <?php print render($page['header']); ?>
 <div id="main-menu">
-    <?php 
-	$main_menu_tree = menu_tree(variable_get('menu_main_links_source', 'main-menu')); 
+    <?php
+	$main_menu_tree = menu_tree(variable_get('menu_main_links_source', 'main-menu'));
 	print drupal_render($main_menu_tree);
 	?>
 </div><!-- end main-menu -->
@@ -110,7 +110,7 @@
     <?php if ($action_links): ?><ul class="action-links"><?php print render($action_links); ?></ul><?php endif; ?>
     <?php print render($page['content']); ?>
   </section> <!-- /#main -->
-  
+
   <?php if ($page['sidebar_first']): ?>
     <aside id="sidebar-first" role="complementary" class="sidebar clearfix">
       <?php print render($page['sidebar_first']); ?>
