Example #1
0
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/empty_cells';
 }
Example #2
0
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/install_updates';
 }
Example #3
0
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/step';
 }
Example #4
0
 /**
  * Get directory where template is located (body.tpl)
  *
  * :TODO: remove if it's not needed
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . LC_DS . 'download';
 }
Example #5
0
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/select_core_version';
 }