Hi,
I'm not familiar with DTree, but for JSCook extensions, find the line in your template's index.php:
foreach ($subs[$row->id] as $sub) {
and insert the lines below:
if ($mosConfig_mbf_content) {
$sub = MambelFish::translate( $sub, 'menu', $mosConfig_lang);
}
Hope this helps.
Take care,
Laurel
