{@ $sColor = $widgetstyle_extra_var->ws_startcolor; $eColor = $widgetstyle_extra_var->ws_endcolor; $ifColor = false; } {@ $ifColor = true; $wColor = array($sColor,$eColor); }
{@ $temp = split(",",str_replace("rgb","",str_replace(")","",str_replace("(","",$wColor[$i])))); $wColor[$i] = "#"; } {@ $temp2 = dechex($temp[$j])} {@ $temp2 = "0".$temp2} {@$wColor[$i] .= $temp2} {@ $temp = array()} {@ $temp[$j] = substr($wColor[$i],$j,1)} {@ $wColor[$i] = "#"; } {@ $wColor[$i] .= $temp[$j].$temp[$j]}