コード例 #1
0
 /**
  * Get template directory
  * @return string
  */
 function getTemplatePath()
 {
     return parent::getTemplatePath() . 'templates/';
 }
コード例 #2
0
ファイル: ThemePlugin.inc.php プロジェクト: selwyntcy/pkp-lib
 /**
  * @copydoc PKPPlugin::getTemplatePath()
  */
 function getTemplatePath($inCore = false)
 {
     return parent::getTemplatePath($inCore) . 'templates/';
 }