View Single Post
  #3  
Old 5th September 2012, 22:09
Giorgatzelos's Avatar
Giorgatzelos Giorgatzelos is offline
Senior Member
 
Join Date: Nov 2009
Greece
Posts: 300
Default
This is my main function help...
as you can see it is not defined here, at this part of the code...can you tell me what to look for?
Code:
function help($name,$help,$title = "") { 
        echo "<span onmouseover=\"return overlib('".addslashes(str_replace(Array("\n","\""),Array("","'"),$help)),"'"; 
        if ($title != "") echo ",CAPTION, '".addslashes(str_replace(Array("\n","\""),Array("","'"),$title))."'"; 
        echo ",FGCOLOR,'#c0c0c0',CAPICON,'themes/archeCtypo_Original/pics/help.gif',SHADOW,SHADOWOPACITY,90,SHADOWCOLOR,'#acd2ef',SHADOWX,2,SHADOWY,2,HAUTO,VAUTO);\" onmouseout=\"return nd();\" style=\"cursor:help\">".$name."</span>";
Bump: My theme missed this part of the code...i looked in you themes and got it!
Thanx!

Code:
BGCOLOR,'#acd2ef',

Last edited by Giorgatzelos; 5th September 2012 at 22:31.
Reply With Quote