/** * @see Plugin::getTemplatePath($inCore) */ function getTemplatePath($inCore = false) { return parent::getTemplatePath($inCore) . 'templates/'; }
/** * @see Plugin::getTemplatePath() */ function getTemplatePath() { return parent::getTemplatePath() . 'templates/'; }