X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fbandeau.php;h=50fb51cd5ecf4434ab4a8fa8f16421e85b6492e0;hb=0f8ca11e1375bbc76ba1da0b6d1b4448ab5cf70e;hp=4a226ac37c30be69fbdd080f8248ba758c4dbfad;hpb=eb5a266d6a3e98800b2542b1fe4786cb73788797;p=platal.git diff --git a/modules/bandeau.php b/modules/bandeau.php index 4a226ac..50fb51c 100644 --- a/modules/bandeau.php +++ b/modules/bandeau.php @@ -1,6 +1,6 @@ changeTpl('skin/common.bandeau.tpl', NO_SKIN); $page->assign('login', $login == 'login'); $page->assign('seed', $login); + $page->assign('external', true); } - function handler_css(&$page) + function handler_css($page) { - header("Content-Type: text/css"); + pl_cached_content_headers("text/css"); readfile('../htdocs/css/bandeau.css'); exit(); }