Commit 2a817ac817db658c050f3d907c934a997abfc360
1 parent
6c1a3f75
test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -161,7 +161,7 @@ AppAsset::register($this); |
161 | 161 | 'template' => '<a href="{url}" class="main-menu-icons-edit"><span>28</span></a>', |
162 | 162 | ], |
163 | 163 | [ |
164 | - 'url' => ['bookmarks/index'], | |
164 | + 'url' => ['/bookmarks'], | |
165 | 165 | 'template' => "<a href='{url}' class='main-menu-icons-copy'><span>".count(\Yii::$app->user->identity->bookmarks)."</span></a>", |
166 | 166 | ], |
167 | 167 | ], | ... | ... |