From fe49a6396a4319b6f1eea091fd5e8e612a1a9300 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 17 Mar 2017 17:40:47 +0200 Subject: [PATCH] -Feedback in process --- backend/config/main.php | 1 + backend/views/layouts/main.php | 23 ++++++++++++++++++++--- 2 files changed, 21 insertions(+), 3 deletions(-) mode change 100644 => 100755 backend/config/main.php mode change 100644 => 100755 backend/views/layouts/main.php 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 @@ - +
  • + +
  • @@ -233,7 +244,13 @@
    - + + isset($this->params[ 'breadcrumbs' ]) ? $this->params[ 'breadcrumbs' ] : [], + ] + ) ?> + -- libgit2 0.21.4