Commit d56adb97310e0364301e091ad89ed7a6dbf28760
1 parent
e4ea4446
big commti
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -261,7 +261,7 @@ use common\models\Event; |
261 | 261 | <?php endforeach;?> |
262 | 262 | </ul> |
263 | 263 | <div class="posts-line-wr style"> |
264 | - <?= Html::a('Все статьи', Url::to('articles'))?> | |
264 | + <?= Html::a('Все статьи', Url::to('/articles/main'))?> | |
265 | 265 | <div><span></span></div> |
266 | 266 | </div> |
267 | 267 | </div> | ... | ... |