Commit d56adb97310e0364301e091ad89ed7a6dbf28760

Authored by Administrator
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,7 +261,7 @@ use common\models\Event;
261 <?php endforeach;?> 261 <?php endforeach;?>
262 </ul> 262 </ul>
263 <div class="posts-line-wr style"> 263 <div class="posts-line-wr style">
264 - <?= Html::a('Все статьи', Url::to('articles'))?> 264 + <?= Html::a('Все статьи', Url::to('/articles/main'))?>
265 <div><span></span></div> 265 <div><span></span></div>
266 </div> 266 </div>
267 </div> 267 </div>