Quote:
Originally Posted by maximer
Unfortunately nothing changes
maximer
|
Probably problem exist here:
menu2.tpl ...
{if $usertype eq "C"}
{ include file="menu_customer.tpl" menu_title=$menu_title menu_content=$menu_content link_href=$link_href link_begin=$link_begin link_end=$link_end style=$style}
{else}
.....
so , should I create menu_customer2.tpl ?
maximer