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