Exemplo n.º 1
0
 public function before()
 {
     parent::before();
 }
Exemplo n.º 2
0
 public function before()
 {
     parent::before();
     $this->styles = array_merge($this->styles, array(Route::get('kohanut-media')->uri(array('file' => 'elfinder/css/elfinder.css')) => array('media' => 'screen', 'charset' => 'utf-8'), Route::get('kohanut-media')->uri(array('file' => 'jquery/ui-themes/base/ui.all.css')) => array('media' => 'screen', 'charset' => 'utf-8')));
     $this->scripts = array_merge($this->scripts, array(Route::get('kohanut-media')->uri(array('file' => 'jquery/jquery-1.4.2.min.js')) => NULL, Route::get('kohanut-media')->uri(array('file' => 'jquery/jquery-ui-1.8.2.custom.min.js')) => NULL, Route::get('kohanut-media')->uri(array('file' => 'elfinder/js/elfinder.min.js')) => NULL));
 }