diff --git a/backend/views/layouts/main.php b/backend/views/layouts/main.php index 17d0881..a859e66 100755 --- a/backend/views/layouts/main.php +++ b/backend/views/layouts/main.php @@ -9,12 +9,17 @@ use artweb\artbox\core\models\User; use artweb\artbox\core\widgets\FeedbackWidget; use artweb\artbox\core\widgets\FlashWidget; + use hiqdev\assets\icheck\iCheckAsset; + use hiqdev\assets\pnotify\PNotifyAsset; use yii\helpers\Html; use yii\web\View; use yii\widgets\Breadcrumbs; yiister\gentelella\assets\Asset::register($this); + PNotifyAsset::register($this); ArtboxCoreAsset::register($this); + iCheckAsset::register($this); + /** * @var User $user */ -- libgit2 0.21.4