{* * @Module Name: AP Page Builder * @Website: apollotheme.com - prestashop template provider * @author Apollotheme * @copyright Apollotheme * @description: ApPageBuilder is module help you can build content for your shop *}
{foreach from=$ap_cfdata item=cfdata} {if isset($cfdata.friendly_url) && $cfdata.friendly_url != '' && ( $ap_controller=='index' || $ap_controller=='appagebuilderhome')} {* current_page is index.php, and this link is friendly_url *} {$cfdata.name} {else if ($ap_controller=='index' && $ap_cf=='profile')} {* current_page is index.php (rewrite), and this link is id *} {$cfdata.name} {else} {$cfdata.name} {/if} {/foreach}