Commit c33bd4b404cf7032d3909797d073ef85d9f494f8
Merge branch 'master' of gitlab.artweb.com.ua:steska/clinica
Showing
1 changed file
with
7 additions
and
7 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -191,13 +191,13 @@ |
191 | 191 | 'url' => Url::to([ 'alias' => $service->language->alias ]), |
192 | 192 | ]; |
193 | 193 | } |
194 | -// $items[] = [ | |
195 | -// 'label' => \Yii::t('app', 'Prices'), | |
196 | -// 'url' => Url::to(['site/prices']), | |
197 | -// 'options' => [ | |
198 | -// 'class' => 'active' | |
199 | -// ] | |
200 | -// ]; | |
194 | + $items[] = [ | |
195 | + 'label' => \Yii::t('app', 'Prices'), | |
196 | + 'url' => Url::to(['site/prices']), | |
197 | + 'options' => [ | |
198 | + 'class' => 'active' | |
199 | + ] | |
200 | + ]; | |
201 | 201 | $items[] = [ |
202 | 202 | 'label' => \Yii::t('app', 'Package offerings'), |
203 | 203 | 'url' => Url::to(['package/index']), | ... | ... |