Page 1 of 1

breadcrumps config

Posted: Wed Oct 28, 2009 10:25 am
by korneliusz
hi

wheroe can i find breadcrumbs cnfiguration ?
it generates >> between links and i want to delete it

Re: breadcrumps config

Posted: Wed Oct 28, 2009 10:55 am
by Peciura
Open template connected to page where you want to remove beradcrumbs

and remove "breadcrumbs" tag, or better - comment it

Code: Select all

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

Re: breadcrumps config

Posted: Wed Oct 28, 2009 11:39 am
by korneliusz
great :)