[Gnucash-changes] r14313 - htdocs/trunk/externals - change feed linkage in head

Joshua Sled jsled at cvs.gnucash.org
Sat Jun 3 18:50:10 EDT 2006


Author: jsled
Date: 2006-06-03 18:50:10 -0400 (Sat, 03 Jun 2006)
New Revision: 14313
Trac: http://svn.gnucash.org/trac/changeset/14313

Modified:
   htdocs/trunk/externals/header.phtml
Log:
change feed linkage in head


Modified: htdocs/trunk/externals/header.phtml
===================================================================
--- htdocs/trunk/externals/header.phtml	2006-06-03 22:37:58 UTC (rev 14312)
+++ htdocs/trunk/externals/header.phtml	2006-06-03 22:50:10 UTC (rev 14313)
@@ -9,8 +9,7 @@
 <?php
 
 if (isset($homepage)) { ?>
-  <!-- the RSS only appears on the home page, not on all pages. -->
-  <link rel="alternate" type="application/rss+xml" title="RSS" href="<?=$top_dir?>rss-feed.phtml">
+  <link rel="alternate" type="application/atom+xml" title="Atom Feed" href="<?=$top_dir?>atom.php">
 <?php } ?>
 
 <title><?= _($title); ?> | GnuCash</title>



More information about the gnucash-changes mailing list