Commit 8b510776de4a916ea2fc218f6e8a0d831bc50b41
1 parent
5a414589
-Made something terrible
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', 'Галерея'), | ... | ... |