// changes to header and footer

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7997 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-08-10 13:11:56 +00:00
parent 7411db9a69
commit eb2c483f2f
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();