assign('now',date('YmdHis')); $notifs = new Notifs(Session::getInt('uid'), true); $page->assign('notifs', $notifs); $page->assign('today', date('Y-m-d')); if (Session::has('core_rss_hash')) { $page->assign('xorg_rss', Array("title" => "Polytechnique.org :: Carnet", "href" => "/carnet/rss.php/".Session::get('forlife')."/".Session::get('core_rss_hash').".xml")); } $page->run(); ?>