// changes to header and footer

This commit is contained in:
tDidierjean
2011-08-10 13:11:56 +00:00
parent 792ce71cd4
commit d8cbb2bafc
4 changed files with 14 additions and 10 deletions
+5 -1
View File
@@ -25,6 +25,10 @@
* International Registered Trademark & Property of PrestaShop SA
*/
$controller = new FrontController();
if (isset(Context::getContext()->controller))
$controller = Context::getContext()->controller;
else
$controller = new FrontController();
$controller->displayHeader();