X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=htdocs%2Fskins.php;h=f970874018bd49b535b317a228305850d12511a2;hb=e9c58101f47ebecb75effcf22d41403a85649b55;hp=549e92d24017b71055396805a2c13e6589c300a4;hpb=0337d704b62718d7c77106c0e4c4e26fb02beacf;p=platal.git diff --git a/htdocs/skins.php b/htdocs/skins.php index 549e92d..f970874 100644 --- a/htdocs/skins.php +++ b/htdocs/skins.php @@ -1,6 +1,6 @@ skin->enable) { - header('Location: index.php'); + redirect('index.php'); } new_skinned_page('skins.tpl', AUTH_COOKIE); +$page->assign('xorg_title','Polytechnique.org - Skins'); if (Env::has('newskin')) { // formulaire soumis, traitons les données envoyées $globals->xdb->execute('UPDATE auth_user_quick SET skin={?} WHERE user_id={?}', Env::getInt('newskin'), Session::getInt('uid'));