diff --git a/dev/sites/all/themes/contrib/touch/templates/page.tpl.php b/dev/sites/all/themes/contrib/touch/templates/page.tpl.php
index 6ff0506..9895171 100644
--- a/dev/sites/all/themes/contrib/touch/templates/page.tpl.php
+++ b/dev/sites/all/themes/contrib/touch/templates/page.tpl.php
@@ -81,9 +81,9 @@
  <?php endif; ?>
  <?php if (theme_get_setting('social_icons')): ?>
 <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; ?>rss.xml"><img src="<?php global $base_url; echo $base_url.'/'.$directory.'/'; ?>/images/rss.png" alt="RSS"/></a></li>
+<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>
 </ul><!--end header-social-->
 <?php endif; ?>
 </div><!--end header-top-->
