Breadcrumbs untranslated
Posted: Wed Jul 25, 2007 2:22 pm
Just something rather small:
Apparently the "You are here:"-line in the breadcrumbs does not have language support.
The line seems to be hard-coded in the standard template in English.
Don't know how difficult this is to fix.
Apparently the "You are here:"-line in the breadcrumbs does not have language support.
The line seems to be hard-coded in the standard template in English.
Code: Select all
{* Start Breadcrumbs *}
<div class="breadcrumbs">
{breadcrumbs starttext='You are here' root='Home' delimiter='»'}
<hr class="accessibility" />
</div>
{* End Breadcrumbs *}