[-] FO : mobile : fix #PSCFV-3881

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17186 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-09-05 12:35:21 +00:00
parent 96a4370bc3
commit 0bae768129

View File

@@ -790,6 +790,9 @@ class FrontControllerCore extends Controller
{
$this->context->smarty->assign(array(
'HOOK_FOOTER' => Hook::exec('displayFooter'),
'conditions' => Configuration::get('PS_CONDITIONS'),
'id_cgv' => Configuration::get('PS_CONDITIONS_CMS_ID'),
'PS_SHOP_NAME' => Configuration::get('PS_SHOP_NAME')
));
}