Oops, uncommited file for [1101]
[platal.git] / classes / platalpage.php
index 5ececae..b0f5d6a 100644 (file)
@@ -179,6 +179,14 @@ class PlatalPage extends Smarty
     }
 
     // }}}
+    // {{{ function setRssLink
+
+    function setRssLink($title, $path)
+    {
+        $this->assign('xorg_rss', array('title' => $title, 'href' => $path));
+    }
+
+    // }}}
 }
 
 // {{{ function escape_html ()