Allow for a jrLike tpl_dir parameter
Suggestions
Thanks Paul, I've temporarily added that in to both jrLike and jrRating here on localhost and I'm not seeing any problems with it.
if (isset($params['template']) && $params['template'] != '' && $params['tpl_dir']) {
//allow other modules to set the tpl_dir.
}
elseif ...