Exemplo n.º 1
0
 /** {@inheritdoc} */
 public function __construct(\Curry\App $app)
 {
     parent::__construct($app);
     $this->root = $this->app['template.root'];
 }
Exemplo n.º 2
0
 /** {@inheritdoc} */
 public function __construct(\Curry\App $app)
 {
     parent::__construct($app);
     $this->root = $this->app['wwwPath'] . DIRECTORY_SEPARATOR . 'css';
 }
Exemplo n.º 3
0
 /** {@inheritdoc} */
 public function __construct()
 {
     parent::__construct();
     $this->root = Curry_Core::$config->curry->wwwPath . DIRECTORY_SEPARATOR . 'css';
 }
Exemplo n.º 4
0
 /** {@inheritdoc} */
 public function __construct()
 {
     parent::__construct();
     $this->root = Curry_Core::$config->curry->template->root;
 }