X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcarnet%2Findex.php;h=e8fd4f91029e599e1c896c2ff4c6429d1dc3b85a;hb=8b10988d6ec74065073ef8ad3165f620cb2c45a7;hp=3698e8dbe68228fc1c394f8887cb9a1e923531af;hpb=51c9b362148e3f2daeb7fa05403b9a56e0111348;p=platal.git diff --git a/htdocs/carnet/index.php b/htdocs/carnet/index.php index 3698e8d..e8fd4f9 100644 --- a/htdocs/carnet/index.php +++ b/htdocs/carnet/index.php @@ -21,6 +21,7 @@ require_once("xorg.inc.php"); new_skinned_page('carnet/index.tpl', AUTH_COOKIE); +$page->assign('xorg_title','Polytechnique.org - Mon carnet'); 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"));