Update of /cvsroot/csseditor/htdocs/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv13691/templates
Modified Files:
common.php
Log Message:
Add <link>s to RSS feeds
Index: common.php
===================================================================
RCS file: /cvsroot/csseditor/htdocs/templates/common.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** common.php 10 Jan 2004 22:42:57 -0000 1.11
--- common.php 11 Jan 2004 14:24:57 -0000 1.12
***************
*** 44,47 ****
--- 44,48 ----
<meta name="robots" content="noindex, nofollow" />
<?php } ?>
+ <link rel="alternate" type="application/rss+xml" title="RSS" href="wiki?action=rss"/>
<link rel="stylesheet" href="style/wiki.css" media="screen" type="text/css"/>
<link rel="stylesheet" href="style/print.css" media="print" type="text/css"/>
|