prise en compte des pub ax ou private dans la fonction get_user_detail
[platal.git] / htdocs / carnet / index.php
index a5a72eb..e8fd4f9 100644 (file)
 
 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"));
 }
 
+$page->assign('refe',$_SERVER['PHP_SELF']);
+
 $page->run();
 
 ?>