%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 14.207.165.8 / Your IP : 216.73.216.101 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/thread-self/root/var/www/html/egp/theme/ |
Upload File : |
<?php
namespace app\theme;
use yii;
use yii\web\AssetBundle;
class AdminlteAsset extends AssetBundle {
public $sourcePath = '@app/web/adminlte';
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";
// }
}
}