Merge branch 'ticket-trustedBadge' into develop

This commit is contained in:
Marion Muszynski 2017-07-10 15:04:58 +02:00
commit 68d240d7ae

View File

@ -177,6 +177,9 @@ class TrustedShopsBbb extends Module
}
public function hookFooter($params){
if(_PS_MOBILE_) {
return false;
}
global $smarty, $cookie;
if($smarty->tpl_vars['page_name']->value == 'order') {
return false;