Hosted Licenses / Self-Hosted Licenses
It doesn't show as free.
I see Quick Purchase with my discount for jrComments.
if (isset($params['template']{0})) {
$params['tpl_dir'] = $_conf['jrCore_active_skin'];
}
else {
$params['template'] = "{$params['type']}_rating_form.tpl";
$params['tpl_dir'] = 'jrRating';
}
if (isset($params['template']) && $params['template'] != '' && $params['tpl_dir']) {
//allow other modules to set the tpl_dir.
}
elseif (isset($params['template']{0})) {
$params['tpl_dir'] = $_conf['jrCore_active_skin'];
}
else {
$params['template'] = "{$params['type']}_rating_form.tpl";
$params['tpl_dir'] = 'jrRating';
}