// fixed title in AdminLogin page

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15597 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
aFolletete
2012-05-22 08:39:24 +00:00
parent 8e035d44c7
commit 93ccf3e36e
2 changed files with 4 additions and 0 deletions
@@ -33,6 +33,9 @@ class AdminLoginControllerCore extends AdminController
$this->context = Context::getContext();
$this->display_header = false;
$this->display_footer = false;
$this->meta_title = $this->l('Administration panel');
parent::__construct();
}