$this->make_hook('rss', AUTH_PUBLIC), ); } function handler_rss(&$page, $user = null, $hash = null) { require_once 'rss.inc.php'; require_once 'notifs.inc.php'; $uid = init_rss('carnet/rss.tpl', $user, $hash); $notifs = new Notifs($uid, false); $page->assign('notifs', $notifs); return PL_OK; } } ?>