Automation of the management of associations' mailing lists (Closes #817), Updates...
[platal.git] / include / rss.inc.php
index 89d63ca..0117fc0 100644 (file)
@@ -51,6 +51,7 @@ function init_rss($template, $alias, $hash, $require_uid = true)
     }
 
     if ($template) {
+        $page->assign('rss_hash', $hash);
         header('Content-Type: application/rss+xml; charset=utf8');
     }
     return $uid;