Commit 26cc2627398c3f7ecfa0eface79815182362ccb0
1 parent
e284141b
123
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
frontend/views/category/index.php
@@ -23,6 +23,7 @@ echo ListView::widget([ | @@ -23,6 +23,7 @@ echo ListView::widget([ | ||
23 | ?> | 23 | ?> |
24 | 24 | ||
25 | <div class="textile_bottom"> | 25 | <div class="textile_bottom"> |
26 | + <div class="centered"> | ||
26 | <div class="title1 left"><?php echo $category->h1; ?></div> | 27 | <div class="title1 left"><?php echo $category->h1; ?></div> |
27 | <div class="simple-spoiler just-closed" style="height: 50px"> | 28 | <div class="simple-spoiler just-closed" style="height: 50px"> |
28 | <div class="spoiler-inner"><?php echo $category->seo_text; ?></div> | 29 | <div class="spoiler-inner"><?php echo $category->seo_text; ?></div> |
@@ -30,4 +31,5 @@ echo ListView::widget([ | @@ -30,4 +31,5 @@ echo ListView::widget([ | ||
30 | <div class="just-more"> | 31 | <div class="just-more"> |
31 | <a href="#">Узнать больше</a> | 32 | <a href="#">Узнать больше</a> |
32 | </div> | 33 | </div> |
34 | + </div> | ||
33 | </div> | 35 | </div> |