Jump to content

CMS Block displays duplicated menu items in footer


Sho

Recommended Posts

  • 1 month later...

I found the solution. if anyone would want to know.

In themes/default-bootstrap/modules/blockcms/blockcms.tpl there was duplicated code:

 <li class="item">
    <a href="{$cmslink.link|escape:'html':'UTF-8'}" title="{$cmslink.meta_title|escape:'html':'UTF-8'}">
    {$cmslink.meta_title|escape:'html':'UTF-8'}
    </a>
</li>

I deleted these strings and flushed the cache. 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...