|
Server IP : 127.0.0.1 / Your IP : 127.0.0.1 Web Server : Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3 System : Windows NT WIN-R7LTCC7BPLI 6.3 build 9200 (Windows Server 2012 R2 Datacenter Edition) i586 User : GerbangSIPAD ( 0) PHP Version : 5.6.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF Directory (0777) : C:/xampp5/htdocs/ppat_online_kolaka/_protected/assets/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
/**
* -----------------------------------------------------------------------------
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* -----------------------------------------------------------------------------
*/
namespace app\assets;
use yii\web\AssetBundle;
use Yii;
// set @themes alias so we do not have to update baseUrl every time we change themes
Yii::setAlias('@themes', Yii::$app->view->theme->baseUrl);
/**
* @author Qiang Xue <qiang.xue@gmail.com>
*
* @since 2.0
*
*/
class AppAsset extends AssetBundle {
public $basePath = '@webroot';
public $baseUrl = '@themes';
public $css = [
'css/_all-skins.css',
'css/AdminLTE.css',
'css/font-awesome.css',
'css/tooltipster.bundle.min.css',
'css/bphtb.css',
//'css/login.css',
//'css/bootstrap.min.css',
];
public $js = [
//'js/jQuery-2.1.3.min.js',
'js/jQuery-ui.js',
//'js/bootstrap.min.js',
'js/morris.min.js',
'js/money.js',
'js/jquery.sparkline.min.js',
'js/jquery-jvectormap-1.2.2.min.js',
'js/jquery-jvectormap-world-mill-en.js',
'js/jquery.knob.js',
'js/moment.js',
'js/bootstrap-datepicker.js',
'js/bootstrap3-wysihtml5.all.min.js',
'js/icheck.min.js',
'js/jquery.slimscroll.min.js',
'js/fastclick.min.js',
'js/app.min.js',
//'js/demo.js',
'js/jsutama.js',
'js/main.js',
'js/bootbox.min.js',
//'pdf/src/pdf.js'
// 'js/jsRekamPendataan.js'
'js/jquery.autotab.js',
'js/maskMoney.min.js',
'js/tooltipster.bundle.min.js'
];
public $depends = [
'yii\web\YiiAsset',
'yii\bootstrap\BootstrapAsset',
];
}