View Single Post
  #5 (permalink)  
Old 08-22-2004, 07:13 AM
dar63's Avatar
dar63 dar63 is offline
Moderator
 
Join Date: Oct 2002
Location: UK
Posts: 473
Code:
if ($thmcount > 1) {
	$menuimg = menuimg("themes.gif");
	echo "<td width=\"10%\"><font class=\"content\">"
	    ."<center><a href=\"modules.php?name=Your_Account&amp;op=chgtheme\"><img src=\"$menuimg\" border=\"0\" alt=\""._SELECTTHETHEME."\" title=\""._SELECTTHETHEME."\"></a>
"
	    ."<a href=\"modules.php?name=Your_Account&amp;op=chgtheme\">"._SELECTTHETHEME."</a>"
	    ."</center></form></font></td>";
    }
__________________
http://phpnuke-uk.net
Reply With Quote