コード例 #1
0
ファイル: users.php プロジェクト: AlexKupreev/kohanut-core
 public function before()
 {
     parent::before();
 }
コード例 #2
0
ファイル: uploads.php プロジェクト: AlexKupreev/kohanut-core
 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));
 }