예제 #1
0
 /** {@inheritdoc} */
 public function __construct(\Curry\App $app)
 {
     parent::__construct($app);
     $this->root = $this->app['template.root'];
 }
예제 #2
0
 /** {@inheritdoc} */
 public function __construct(\Curry\App $app)
 {
     parent::__construct($app);
     $this->root = $this->app['wwwPath'] . DIRECTORY_SEPARATOR . 'css';
 }
예제 #3
0
파일: Css.php 프로젝트: varvanin/currycms
 /** {@inheritdoc} */
 public function __construct()
 {
     parent::__construct();
     $this->root = Curry_Core::$config->curry->wwwPath . DIRECTORY_SEPARATOR . 'css';
 }
예제 #4
0
 /** {@inheritdoc} */
 public function __construct()
 {
     parent::__construct();
     $this->root = Curry_Core::$config->curry->template->root;
 }