X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fbandeau.php;h=0870348dddcc555d31bf92a0c4fac4ddc6a69309;hb=e93255ef54304c697ef7ac101247f23dc5f7b31f;hp=50fb51cd5ecf4434ab4a8fa8f16421e85b6492e0;hpb=76362eeb011de4f2cd7825f557643a72494475f9;p=platal.git diff --git a/modules/bandeau.php b/modules/bandeau.php index 50fb51c..0870348 100644 --- a/modules/bandeau.php +++ b/modules/bandeau.php @@ -24,9 +24,9 @@ class BandeauModule extends PLModule function handlers() { return array( - '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), + '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), ); }