actually, i think i can modify it just a little
if ($thmcount > 1) {
$menuimg = menuimg("themes.gif");
this means if there are more then 1 theme display the pic. all i could modify is add/change a number.. IE
if ($thmcount > 5) {
$menuimg = menuimg("themes.gif");
so if i ahve more then 5 themes.. then display the icon.
other then that, im not fond on going into my sql and changing something, so i will make sure that it works. right...
the code: UPDATE nuke_users SET theme = "" ;
do i put anything in between the "" ??