Have read Tips & Tricks #7 in this thread:
http://forum.cmsmadesimple.org/index.ph ... 318.0.html
And are using in the template for the page, this:
Code: Select all
{* Start Breadcrumbs *}
<div class="breadcrumbs">
{breadcrumbs starttext='$mle_translation.you_are_here' root='Home' delimiter='»'}
<hr class="accessibility" />
</div>
{* End Breadcrumbs *}
mle/lang/no_NO.php
having this content:
Code: Select all
<?php $arr_mlelang = array(
'you_are_here' => 'Du er her:',
); ?>
Code: Select all
$mle_translation.you_are_here
Code: Select all
{breadcrumbs starttext='$mle_translation.you_are_here' root='Home' delimiter='»'}
Code: Select all
{breadcrumbs starttext="$mle_translation.you_are_here" root='Home' delimiter='»'}
and now my frontend display:
Code: Select all
Array.you_are_here