Voici donc le code :
if ($module = Module::getInstanceByName('homefeatured') && $module->active)
$feature_special = true;
else
$feature_special = false;
$this->context->smarty->assign(array(
// Useful for layout.tpl
'mobile_device' => $this->context->getMobileDevice(),
'feature_special' => $feature_special,
'link' => $link,
{if $feature_special} <a href="test"><li class="col-lg-4">VOIR PLUS DE PRODUITS PHARES</li></a> {/if}
Et l'erreur :
Notice: Undefined variable: module in /home/www/pixloc/prestashop/classes/controller/FrontController.php on line 428 Notice: Trying to get property of non-object in /home/www/pixloc/prestashop/classes/controller/FrontController.php on line 428
.png.022b5452a8f28f552bc9430097a16da2.png)