ENDINVITE;
}
}
if (!function_exists('renderRating')) {
function renderRating($plg, $plgName) {
$plgDir = dirname(__FILE__) ;
$plgCTime = filemtime($plgDir) ;
$days = ( $plgCTime - time() )/ 60/60/24 ;
$plgLongName = $plg['value'] ;
$hideTip = __('Click the link to hide this box. After clicking this link, please remember to save your options to hide this box for good.', 'easy-adsenser') ;
if (time() > $plgCTime + (60*60*24*30))
$msg = "You've installed this plugin over a month ago." ;
else
$msg = "You will find it feature-rich, yet simple and robust." ;
$plg = basename($plgDir) ;
echo <<