Page 1 of 1

breadcrumbs

Posted: Thu May 28, 2009 8:03 am
by jubber
hosw can i get breadcrumbs to work if im using difrent templates for some difrent page

Re: breadcrumbs

Posted: Thu May 28, 2009 1:52 pm
by Nullig
Make sure the breadcrumbs code is in your template:

Code: Select all

   {* Start Breadcrumbs *}
   <div class="breadcrumbs">
        {breadcrumbs starttext='You are here' root='Home' delimiter='»'}
   <hr class="accessibility" />
   </div>
   {* End Breadcrumbs *}
Nullig

Re: breadcrumbs

Posted: Thu May 28, 2009 3:15 pm
by jubber
im using three templates i got a diffrent one for the homepage and a difrent for my portifilo will it still work

Re: breadcrumbs

Posted: Thu May 28, 2009 5:47 pm
by Nullig
You can add the breadcrumbs to any and all templates.

Nullig