[Comoblog-commit] modules/mod_rss2/templates rss2.tpl.html, 1.3, 1.4
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:51
|
Update of /cvsroot/comoblog/modules/mod_rss2/templates In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_rss2/templates Modified Files: rss2.tpl.html Log Message: work in progress, ditching this server cos its borked ;( Index: rss2.tpl.html =================================================================== RCS file: /cvsroot/comoblog/modules/mod_rss2/templates/rss2.tpl.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- rss2.tpl.html 16 Feb 2006 23:09:35 -0000 1.3 +++ rss2.tpl.html 22 Oct 2006 11:44:17 -0000 1.4 @@ -1,13 +1,9 @@ -<!-- BEGIN: main --> -<div id="mod_rss2"> - -Posts Feed<br/> - <a href="/modules/mod_rss2/rss2.php?/2.0" target="_blank" title="rss 2.0 feed"> +<!-- BEGIN: main --> +<div id="mod_rss2"> + <a href="/rss/posts/" target="_blank" alt="rss 2.0 feed" title="rss 2.0 feed"> <img src="/modules/mod_rss2/img/rss_2.0.gif" border="0" alt="rss 2.0 feed"/> </a> -<br/> - Comments Feed<br/> - <a href="/modules/mod_rss2/rss2.php?/c2.0" target="_blank" title="rss 2.0 feed for comments"> + <a href="/rss/comments" target="_blank" alt="rss 2.0 feed for comments" title="rss 2.0 feed for comments"> <img src="/modules/mod_rss2/img/rsscomments.gif" border="0" alt="rss 2.0 feed for comments"/> </a> |