%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/11584/cwd/html/ppaobm/frontend/theme/ |
Upload File : |
<?php namespace frontend\theme; use yii; use yii\web\AssetBundle; class OxygenAsset extends AssetBundle { public $sourcePath = '@frontend/web/oxygen'; public $addons = []; public $css = [ // 'vendors/base/vendors.bundle.css', // 'demo/default/base/style.bundle.css', ]; public $js = [ // 'vendors/base/vendors.bundle.js', // 'demo/default/base/scripts.bundle.js', // 'app/js/dashboard.js', ]; public $depends = [ // 'yii\web\YiiAsset', // 'yii\bootstrap\BootstrapAsset', // 'yii\bootstrap\BootstrapPluginAsset', ]; /** * @inheritdoc */ public function init() { // parent::init(); // // $controller = Yii::$app->controller->id . '/' . Yii::$app->controller->action->id; // if (array_key_exists($controller, $this->addons)) { // $additional = $this->addons[$controller]; // if (array_key_exists('js', $additional) && is_array($additional['js'])) { // $this->js = array_merge($this->js, $additional['js']); // } // if (array_key_exists('css', $additional) && is_array($additional['css'])) { // $this->css = array_merge($this->css, $additional['css']); // } // } // // if ($this->skin != "") { // $this->css[] = "base/assets/skins/" . $this->skin . ".css"; // } } }