Jump to content

Find Template Files For A Module


Recommended Posts

Hi all,

 

I have recently installed the module Smart Blog to my Prestashop store and I need to remove the Breadcrumb from the main page of the Blog.

 

I went to /httpdocs/modules/smartblog/views/templates/front and opened every file... I can't find <div class="breadcrumb clearfix"> which is what shows when I inspect element on the Breadcrumb on the Blog page.

 

Why is this? Am I in the wrong directory?

Link to comment
Share on other sites

In smart blog module, you can find template posts.tpl, which has below code for breadcrumb.

 

{capture name=path}<a href="{smartblog::GetSmartBlogLink('smartblog')}">{l s='All Blog News' mod='smartblog'}</a><span class="navigation-pipe">{$navigationPipe}</span>{$meta_title}{/capture}

 
probably, you can find {capture} tag based breadcrumb in other templates too.
Link to comment
Share on other sites

 

In smart blog module, you can find template posts.tpl, which has below code for breadcrumb.

 

{capture name=path}<a href="{smartblog::GetSmartBlogLink('smartblog')}">{l s='All Blog News' mod='smartblog'}</a><span class="navigation-pipe">{$navigationPipe}</span>{$meta_title}{/capture}

 
probably, you can find {capture} tag based breadcrumb in other templates too.

 

I went through every file and removed that line and it's still there.

 

Ideas?

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...