// 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
+6 -1
View File
@@ -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();