X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fbandeau.php;h=4a226ac37c30be69fbdd080f8248ba758c4dbfad;hb=67e06366aa6d020c4e1ed3bfcb36cb877eae1829;hp=e9835fd21b08e034acdfef5ed5717edd96590aab;hpb=af744c2d5f4ddf83b738b9cb390926eaca4cf7c3;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), ); }