// changes to header and footer
This commit is contained in:
+6
-1
@@ -24,5 +24,10 @@
|
||||
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*/
|
||||
$controller = new FrontController();
|
||||
|
||||
if (isset(Context::getContext()->controller))
|
||||
$controller = Context::getContext()->controller;
|
||||
else
|
||||
$controller = new FrontController();
|
||||
|
||||
$controller->displayFooter();
|
||||
|
||||
Reference in New Issue
Block a user