コード例 #1
0
ファイル: Log.php プロジェクト: kingsj/core
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/log';
 }
コード例 #2
0
ファイル: StatusMessages.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/status_messages';
 }
コード例 #3
0
ファイル: Backup.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/backup';
 }
コード例 #4
0
ファイル: EntriesList.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/entries_list';
 }
コード例 #5
0
ファイル: UpgradeNotes.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/upgrade_notes';
 }