treemenu with multi language site problem

Author Message

danny36 danny36

Wednesday 17 November 2004 6:47:42 am

I've multi language site with a menu system that used treemenu operator, the code is this:

{section name=Menu loop=treemenu($module_result.path,$module_result.node_id,array(1,8), 2, 5 )}
									<li style="margin-left: {$:item.level}2px;
									{section show=$:item.is_selected}color: #CB0101;{/section}">
									<a href={$:item.url_alias|ezurl}
									{section show=$:item.is_selected} style="color: #CB0101;"{/section} class="linkbox">
									{$Menu:item.text}</a>
									</li>
									{/section}

but this menu work only one of four languages, why this?
anyone had same problem with treemenu operator?

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.