hi
wheroe can i find breadcrumbs cnfiguration ?
it generates >> between links and i want to delete it
breadcrumps config
Re: breadcrumps config
Open template connected to page where you want to remove beradcrumbs
and remove "breadcrumbs" tag, or better - comment it
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>
*}
-
- Forum Members
- Posts: 15
- Joined: Wed Oct 28, 2009 10:22 am
Re: breadcrumps config
great 
