コード例 #1
0
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return $this->isUpgrade() ? parent::getDir() . '/incompatible_entries_upgrade' : parent::getDir() . '/incompatible_entries_update';
 }
コード例 #2
0
ファイル: EntriesList.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return $this->isUpgrade() ? parent::getDir() . '/entries_list_upgrade' : parent::getDir() . '/entries_list_update';
 }
コード例 #3
0
ファイル: Buttons.php プロジェクト: kingsj/core
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/buttons';
 }
コード例 #4
0
ファイル: EntriesList.php プロジェクト: kingsj/core
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/entries_list';
 }
コード例 #5
0
ファイル: StatusMessages.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/status_messages';
 }
コード例 #6
0
ファイル: IncompatibleEntries.php プロジェクト: kingsj/core
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/incompatible_entries';
 }
コード例 #7
0
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/premium_license_modules';
 }