From a63984dc0a059482359f010188100c2216de93b1 Mon Sep 17 00:00:00 2001 From: dozer111 Date: Tue, 12 Jun 2018 10:20:56 +0300 Subject: [PATCH] LОбавил цены в футер --- frontend/views/layouts/main.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index b41d9ea..9883b38 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -191,13 +191,13 @@ 'url' => Url::to([ 'alias' => $service->language->alias ]), ]; } -// $items[] = [ -// 'label' => \Yii::t('app', 'Prices'), -// 'url' => Url::to(['site/prices']), -// 'options' => [ -// 'class' => 'active' -// ] -// ]; + $items[] = [ + 'label' => \Yii::t('app', 'Prices'), + 'url' => Url::to(['site/prices']), + 'options' => [ + 'class' => 'active' + ] + ]; $items[] = [ 'label' => \Yii::t('app', 'Package offerings'), 'url' => Url::to(['package/index']), -- libgit2 0.21.4