// 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:
+5
-1
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user