View Single Post
Old 21.04.2004, 19:08   #3 (permalink)
lmitro2004
Baby Mamber
 
Join Date: Apr 2004
Posts: 1
lmitro2004 is on a distinguished road
Default Re: dTree Module -> getting it to properly work with Mambelfish?

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
lmitro2004 is offline   Reply With Quote