Commit 38d3bad82a4405ebd288edcc719eb20e727c58de
1 parent
1b3e3db4
04.05.16 css fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
backend/views/layouts/main-sidebar.php
... | ... | @@ -53,7 +53,7 @@ use yii\widgets\Menu; |
53 | 53 | ] |
54 | 54 | ], |
55 | 55 | ['label' => 'Статические страницы', |
56 | - 'template'=>'<a href="{url}"> <i class="glyphicon glyphicon-search"></i> <span>{label}</span></a>', | |
56 | + 'template'=>'<a href="{url}"> <i class="glyphicon glyphicon-file"></i> <span>{label}</span></a>', | |
57 | 57 | 'url' => ['/page/index']], |
58 | 58 | ['label' => 'Акции', |
59 | 59 | 'template'=>'<a href="{url}"> <i class="glyphicon glyphicon-piggy-bank"></i> <span>{label}</span></a>', | ... | ... |