r20877 - htdocs/branches/beta/externals - Remove RSS link from side menu because it is now on the top-righ of the page.

Cristian Marchi cmarchi at code.gnucash.org
Sat Jul 9 08:48:12 EDT 2011


Author: cmarchi
Date: 2011-07-09 08:48:12 -0400 (Sat, 09 Jul 2011)
New Revision: 20877
Trac: http://svn.gnucash.org/trac/changeset/20877

Modified:
   htdocs/branches/beta/externals/menu.phtml
Log:
Remove RSS link from side menu because it is now on the top-righ of the page.

Modified: htdocs/branches/beta/externals/menu.phtml
===================================================================
--- htdocs/branches/beta/externals/menu.phtml	2011-07-09 12:43:48 UTC (rev 20876)
+++ htdocs/branches/beta/externals/menu.phtml	2011-07-09 12:48:12 UTC (rev 20877)
@@ -6,7 +6,7 @@
   </span>
   <ul>
     <li><a href="<?=$home?>/index.phtml"><?= T_("About / News")?></a></li>
-    <li><a href="<?=$home?>/atom.php"><img src="<?=$home?>/externals/feed-icon-12x12.png" width="12" height="12" alt="[atom feed]" /> <?= T_("News Feed")?></a></li>
+<!--RSS atom feed link is on the top-right of the page   <li><a href="<?=$home?>/atom.php"><img src="<?=$home?>/externals/feed-icon-12x12.png" width="12" height="12" alt="[atom feed]" /> <?= T_("News Feed")?></a></li>-->
     <li><a href="<?=$home?>/features.phtml"><?=T_("Screenshots, Features")?></a></li>
     <li><a href="http://wiki.gnucash.org/wiki/Development"><?= T_("How to help")?></a></li>
   </ul>



More information about the gnucash-changes mailing list