Jump to content

Uninstalling Info block removes cms links


Recommended Posts

I have put some cms links in the header:

{foreach from=$cmslinks item=cmslink}
   {if $cmslink.id_cms == 4}
{$cmslink.meta_title|escape:'htmlall':'UTF-8'}
               {/if}
           {/foreach}



When i uninstall info bock they are removed from the header. Why? Footer links block works exactly the same:

{foreach from=$cmslinks item=cmslink}

Link to comment
Share on other sites

×
×
  • Create New...