X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fbandeau.php;h=4a226ac37c30be69fbdd080f8248ba758c4dbfad;hb=4f970ab081dfb75e7595d98c61e1660f76edab65;hp=e9835fd21b08e034acdfef5ed5717edd96590aab;hpb=8230e9f8eff954fb1103c8bdcf0d22557d419ae7;p=platal.git diff --git a/modules/bandeau.php b/modules/bandeau.php index e9835fd..4a226ac 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), ); }