daavtecnologias Posted June 25, 2016 Share Posted June 25, 2016 (edited) Hello, Edited September 4, 2016 by daavtecnologias (see edit history) Link to comment Share on other sites More sharing options...
rocky Posted June 25, 2016 Share Posted June 25, 2016 It seems breadcrumb.tpl is being called twice for some reason. It should only be called once in header.tpl (on line 119 in PrestaShop v1.6.1.6): {if $page_name !='index' && $page_name !='pagenotfound'} {include file="$tpl_dir./breadcrumb.tpl"} {/if} Make sure it isn't being called in any other TPL files in your theme. Link to comment Share on other sites More sharing options...
daavtecnologias Posted June 25, 2016 Author Share Posted June 25, 2016 It seems breadcrumb.tpl is being called twice for some reason. It should only be called once in header.tpl (on line 119 in PrestaShop v1.6.1.6): {if $page_name !='index' && $page_name !='pagenotfound'} {include file="$tpl_dir./breadcrumb.tpl"} {/if} Make sure it isn't being called in any other TPL files in your theme. <div id="columns" class="container"> {if $page_name !='index' && $page_name !='pagenotfound'} {include file="$tpl_dir./breadcrumb.tpl"} {/if} I managed to solve the problem, I was creating full width slider and i forgot to delete from header.tpl the code from class container Thanks for your help Best Regard´s Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now