Commit aace02007649726386bb8a5892723853fd181484
1 parent
15047df7
-Flag
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
backend/views/layouts/main.php
... | ... | @@ -9,12 +9,17 @@ |
9 | 9 | use artweb\artbox\core\models\User; |
10 | 10 | use artweb\artbox\core\widgets\FeedbackWidget; |
11 | 11 | use artweb\artbox\core\widgets\FlashWidget; |
12 | + use hiqdev\assets\icheck\iCheckAsset; | |
13 | + use hiqdev\assets\pnotify\PNotifyAsset; | |
12 | 14 | use yii\helpers\Html; |
13 | 15 | use yii\web\View; |
14 | 16 | use yii\widgets\Breadcrumbs; |
15 | 17 | |
16 | 18 | yiister\gentelella\assets\Asset::register($this); |
19 | + PNotifyAsset::register($this); | |
17 | 20 | ArtboxCoreAsset::register($this); |
21 | + iCheckAsset::register($this); | |
22 | + | |
18 | 23 | /** |
19 | 24 | * @var User $user |
20 | 25 | */ | ... | ... |