Quote:
|
Originally Posted by mailalon problem with this hack is that when you use one text menu and one image menu the new hack make the text menu disappear. any idea how to hack it ? |
If you add the following if statement:
PHP Code:
if (!strstr($mitem->name,'blank'))
before this line
PHP Code:
$txt.= $mitem->name;
and include the word "blank" in the menu name, all other menus work.
Thanks for this hack!