Commit 1b3e3db4a1202f80ef33e173630e1487bc66b1f7
1 parent
cb8e3071
04.05.16 css fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
backend/views/layouts/main-sidebar.php
... | ... | @@ -56,7 +56,7 @@ use yii\widgets\Menu; |
56 | 56 | 'template'=>'<a href="{url}"> <i class="glyphicon glyphicon-search"></i> <span>{label}</span></a>', |
57 | 57 | 'url' => ['/page/index']], |
58 | 58 | ['label' => 'Акции', |
59 | - 'template'=>'<a href="{url}"> <i class="glyphicon glyphicon-search"></i> <span>{label}</span></a>', | |
59 | + 'template'=>'<a href="{url}"> <i class="glyphicon glyphicon-piggy-bank"></i> <span>{label}</span></a>', | |
60 | 60 | 'url' => ['/event/index']], |
61 | 61 | ['label' => 'Услуги', |
62 | 62 | 'template'=>'<a href="{url}"> <i class="glyphicon glyphicon-search"></i> <span>{label}</span></a>', | ... | ... |