Commit 5b19bab761cea9a01e57603ae73d0320a4c4b270
Merge remote-tracking branch 'origin/master'
Showing
3 changed files
with
13 additions
and
2 deletions
Show diff stats
frontend/controllers/PageController.php
frontend/controllers/SiteController.php
frontend/views/layouts/main.php
... | ... | @@ -287,7 +287,10 @@ _________________________________________________________ --> |
287 | 287 | ]; |
288 | 288 | $items[] = [ |
289 | 289 | 'label' => \Yii::t('app', 'О клинике'), |
290 | - 'url' => [ 'site/about' ], | |
290 | + 'url' => [ | |
291 | + 'page/view', | |
292 | + 'id' => 6, | |
293 | + ], | |
291 | 294 | ]; |
292 | 295 | $items[] = [ |
293 | 296 | 'label' => \Yii::t('app', 'Галерея'), | ... | ... |