Пример #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
 /**
  * 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
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/buttons';
 }
Пример #4
0
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/entries_list';
 }
Пример #5
0
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/status_messages';
 }
Пример #6
0
 /**
  * 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';
 }