View Single Post
Old 13.04.2005, 15:39   #8 (permalink)
p2020
Baby Mamber
 
Join Date: May 2004
Posts: 23
p2020 is on a distinguished road
Default Re: Main Menu Image hack

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