/**
  * Get template directory
  * @return string
  */
 function getTemplatePath()
 {
     return parent::getTemplatePath() . 'templates/';
 }
Exemplo n.º 2
0
 /**
  * @copydoc PKPPlugin::getTemplatePath()
  */
 function getTemplatePath($inCore = false)
 {
     return parent::getTemplatePath($inCore) . 'templates/';
 }