Jump to content

cmslinks


Recommended Posts

I updated presta 1.1 to 1.4

This part of my footer.tpl does not work anymore. I saw that in BO under Tools->CMS all entries have now Category Home

{foreach from=$cmslinks item=cmslink}
  <dd><a href="{$cmslink.link}" title="{$cmslink.meta_title|escape:htmlall:'UTF-8'}">{$cmslink.meta_title|escape:htmlall:'UTF-8'}</a></dd>
{/foreach}

Do i have to add category home to the foreach loop? I read some threads about $cmslinks not working because mal config in .htaccess, but i think here it's not the problem. Mine are not shown in the footer.

 

Thanks for Help!

Link to comment
Share on other sites

If I understand you correctly you are talking about the row of links in the footer.

 

There is an option in the BO to dispaly these or not.

 

Modules>Front Office Features> CMS Block>Configure

 

There you will find the option for Display the Footer's various links as well as for Display "Powered by Prestashop" as part of that row of links.

Link to comment
Share on other sites

×
×
  • Create New...