View Single Post
  #13  
Old 17th April 2009, 08:15
hack346 hack346 is offline
Banned
 
Join Date: Mar 2008
Turkey
Posts: 80
Default
Quote:
Originally Posted by wolfman View Post
i add that license but still hawing error
adminstration panel is not opening
how do i remove that show/hide thing 4ever ?
open admincp.php, find:

Code:
echo "<div id=\"kb".$title."\" style=\"display: none;\">\n";
replace
Code:
style=\"display: none;\" with style=\"display: block;\"
or remove entire line
Reply With Quote