// Fix strict standard on controllers + modules header / footer include

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8727 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-09-23 08:05:31 +00:00
parent 34c4d39649
commit d8b6693264
16 changed files with 40 additions and 33 deletions
+6 -3
View File
@@ -1,6 +1,6 @@
<?php
/*
* 2007-2011 PrestaShop
* 2007-2011 PrestaShop
*
* NOTICE OF LICENSE
*
@@ -28,7 +28,10 @@
if (isset(Context::getContext()->controller))
$controller = Context::getContext()->controller;
else
{
$controller = new FrontController();
$controller->init();
}
$controller->displayHeader();
$controller->processHeader();
Context::getContext()->smarty->display(_PS_THEME_DIR_.'header.tpl');