X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fbandeau.php;h=24d38bebae8e06c85988afed594ed37126e33604;hb=73be44347c469de3cf128923e0221b4244915fa6;hp=b9269b67eacbe77f382380c695a0d72a1b70c849;hpb=a7de4ef724d1a3b0bf978a50ce7cc9d23412c7a0;p=platal.git diff --git a/modules/bandeau.php b/modules/bandeau.php index b9269b6..24d38be 100644 --- a/modules/bandeau.php +++ b/modules/bandeau.php @@ -1,6 +1,6 @@ $this->make_hook('icone',AUTH_PUBLIC), - 'bandeau' => $this->make_hook('html', AUTH_PUBLIC), - 'bandeau.css' => $this->make_hook('css', AUTH_PUBLIC), + 'bandeau/icone.png' => $this->make_hook('icone',AUTH_PUBLIC, 'user', NO_HTTPS), + 'bandeau' => $this->make_hook('html', AUTH_PUBLIC, 'user', NO_HTTPS), + 'bandeau.css' => $this->make_hook('css', AUTH_PUBLIC, 'user', NO_HTTPS), ); } @@ -36,7 +36,7 @@ class BandeauModule extends PLModule readfile('../htdocs/images/x.png'); exit(); } - + function handler_html(&$page, $login = '') { $page->changeTpl('skin/common.bandeau.tpl', NO_SKIN); @@ -49,7 +49,7 @@ class BandeauModule extends PLModule readfile('../htdocs/css/bandeau.css'); exit(); } - + } // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: