MOON
Server: Apache
System: Linux u18017238.onlinehome-server.com 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64
User: emblazeone (1003)
PHP: 7.3.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/emblazeone/public_html/help/assets/AppAsset.php
<?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;

/**
 * Main application asset bundle.
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @since 2.0
 */
class AppAsset extends AssetBundle
{
    public $sourcePath = '@webroot/theme';
    public $css = [
        "css/animate.css",
        "css/fonts.css",
        "css/bootstrap.css",
        "css/bootstrap.min.css",
        "css/flaticon.css",
        "css/slick.css",
        "css/slick-theme.css",
        "css/style.css",
        "https://pro.fontawesome.com/releases/v5.10.0/css/all.css",
    ];
    public $js = [
        "js/jquery_min.js",
        "js/popper.js",
        "js/bootstrap.min.js",
        "js/jquery.js",
        "js/bootstrap.js",
        "js/slick.min.js",
        "js/pagenav.js",
        "js/custom.js",
    ];
    public $depends = [
        'yii\web\YiiAsset',
//        'yii\bootstrap\BootstrapAsset',
    ];
}