Backport
[platal.git] / templates / rss.tpl
index cef5698..729874c 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2004 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2006 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -22,7 +22,7 @@
 
 <?xml version="1.0"?>
 {***************************************************************************
- *  Copyright (C) 2003-2004 Polytechnique.org                              *
+ *  Copyright (C) 2003-2006 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -54,7 +54,7 @@
     {iterate item=line from=$rss}
     <item>
       <title>{$line.titre|strip_tags}</title>
-      <link>{#globals.baseurl#}/login.php#newsid{$line.id}</link>
+      <link>{#globals.baseurl#}/events#newsid{$line.id}</link>
       <description><![CDATA[{$line.texte|nl2br}]]></description>
       <pubDate>{$line.creation_date|rss_date}</pubDate>
     </item>