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