' . $value . ' ' ;
$text = $link . $desc ;
$price = $plg['price'] ;
$moreInfo = " More Info " .
" Get Lite Version " .
" Get Pro Version" ;
$toolTip .= addslashes('
' . $moreInfo) ;
$why = addslashes($plg['pro']) ;
echo "Get Pro Version!
You are using the Lite version of $value, which is available in two versions: Lite and pro.
" ;
}
renderWhyPro($plgName, $myPlugins[$plgName]) ;
?>