breadcrumbs
breadcrumbs
hosw can i get breadcrumbs to work if im using difrent templates for some difrent page
Re: breadcrumbs
Make sure the breadcrumbs code is in your template:
Nullig
Code: Select all
{* Start Breadcrumbs *}
<div class="breadcrumbs">
{breadcrumbs starttext='You are here' root='Home' delimiter='»'}
<hr class="accessibility" />
</div>
{* End Breadcrumbs *}
Re: breadcrumbs
im using three templates i got a diffrent one for the homepage and a difrent for my portifilo will it still work
Re: breadcrumbs
You can add the breadcrumbs to any and all templates.
Nullig
Nullig