template.’/tpl/default.php’);
}
else {
include_once (JPATH_ROOT.”/templates/”.$this->template.’/tpl/’.$tploption.’.php’);
}
?>