X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fxorg.inc.php;h=8f548f9f0f3ca8aeded61e0b4b91e541f472bd2d;hb=9b8fffa29d99718bd289f7064c3da2e2032eb85e;hp=deb9a4964e2eb696c0b44b72941371fb312eaadb;hpb=42a50827dc2ac2b13ddaf77ea16c0989cd8b960d;p=platal.git diff --git a/include/xorg.inc.php b/include/xorg.inc.php index deb9a49..8f548f9 100644 --- a/include/xorg.inc.php +++ b/include/xorg.inc.php @@ -1,6 +1,6 @@ assign('globals', $globals); - $this->_run('skin/'.S::v('skin', 'default.tpl')); + if ($platal->path == 'register') { + $skin = 'register.tpl'; + } else { + $skin = S::v('skin', 'default.tpl'); + } + $this->_run('skin/' . $skin); } }