Beispiel #1
0
 /**
  * Return templates dir
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/banner';
 }
Beispiel #2
0
 /**
  * Return templates directory name
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . LC_DS . 'manage';
 }
Beispiel #3
0
 /**
  * Return templates directory name
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . LC_DS . 'upload_addons';
 }
Beispiel #4
0
 /**
  * Return templates directory name
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/installation_type';
 }
Beispiel #5
0
 /**
  * Return templates directory name
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . LC_DS . 'enter_key';
 }
Beispiel #6
0
 /**
  * Replace template directory for some targets
  * 
  * @return string
  */
 protected function getDir()
 {
     return $this->checkDemoTarget() ? 'modules/CDev/Demo/modules_manager' : parent::getDir();
 }
Beispiel #7
0
 /**
  * Return templates directory name
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/warnings';
 }
Beispiel #8
0
 /**
  * Return templates directory name
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/license';
 }