コード例 #1
0
 /**
  * @see Plugin::getTemplatePath()
  */
 function getTemplatePath()
 {
     return parent::getTemplatePath() . 'templates' . DIRECTORY_SEPARATOR;
 }
コード例 #2
0
 /**
  * @see Plugin::getTemplatePath($inCore)
  */
 function getTemplatePath($inCore = false)
 {
     return parent::getTemplatePath($inCore) . 'templates/';
 }
コード例 #3
0
 /**
  * @see PKPPlugin::getTemplatePath()
  */
 function getTemplatePath()
 {
     return parent::getTemplatePath() . 'templates/';
 }