diff --git a/backend/config/main.php b/backend/config/main.php old mode 100644 new mode 100755 index 7da7b7b..a6580a0 --- a/backend/config/main.php +++ b/backend/config/main.php @@ -17,6 +17,7 @@ 'profile' => 'artweb\artbox\core\controllers\ProfileController', 'page' => 'artweb\artbox\core\controllers\PageController', 'seo' => 'artweb\artbox\core\controllers\AliasController', + 'feedback' => 'artweb\artbox\core\controllers\FeedbackController', ], 'modules' => [ 'imagemanager' => [ diff --git a/backend/views/layouts/main.php b/backend/views/layouts/main.php old mode 100644 new mode 100755 index 90e8946..17d0881 --- a/backend/views/layouts/main.php +++ b/backend/views/layouts/main.php @@ -7,9 +7,11 @@ use artweb\artbox\core\assets\ArtboxCoreAsset; use artweb\artbox\core\models\User; + use artweb\artbox\core\widgets\FeedbackWidget; use artweb\artbox\core\widgets\FlashWidget; use yii\helpers\Html; use yii\web\View; + use yii\widgets\Breadcrumbs; yiister\gentelella\assets\Asset::register($this); ArtboxCoreAsset::register($this); @@ -178,7 +180,14 @@
- +