Ejemplo n.º 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';
 }
Ejemplo n.º 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';
 }
Ejemplo n.º 3
0
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/buttons';
 }
Ejemplo n.º 4
0
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/entries_list';
 }
Ejemplo n.º 5
0
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/status_messages';
 }
Ejemplo n.º 6
0
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/incompatible_entries';
 }
Ejemplo n.º 7
0
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/premium_license_modules';
 }