[evolvis-commits] r11016: applied [#1373] RSS feed links in header by Vicente J. Ruiz Jurado↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 17:59:34 CET 2011


Author: mirabilos
Date: 2011-02-24 17:59:34 +0100 (Thu, 24 Feb 2011)
New Revision: 11016

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/include/Layout.class
Log:
applied [#1373] RSS feed links in header by Vicente J. Ruiz Jurado


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/include/Layout.class
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/include/Layout.class	2011-02-24 16:59:32 UTC (rev 11015)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/include/Layout.class	2011-02-24 16:59:34 UTC (rev 11016)
@@ -131,6 +131,9 @@
   <head>
 	<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $Language->getEncoding(); ?>" />
 	<title><?php echo $params['title']; ?></title>
+	<link rel="alternate" title="<?php echo $GLOBALS['sys_name']; ?> - Project News Highlights RSS" href="/export/rss_sfnews.php" type="application/rss+xml"/>
+	<link rel="alternate" title="<?php echo $GLOBALS['sys_name']; ?> - New Projects RSS" href="/export/rss_sfprojects.php" type="application/rss+xml"/>
+
 	<script language="JavaScript" type="text/javascript">
 	<!--
 



More information about the evolvis-commits mailing list