Commit e28914766050eb39bc7db925162c772cdca06212
1 parent
987f5817
Текст
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
frontend/views/page/view.php
@@ -25,7 +25,9 @@ | @@ -25,7 +25,9 @@ | ||
25 | <div class="col-md-9 clearfix"> | 25 | <div class="col-md-9 clearfix"> |
26 | <section> | 26 | <section> |
27 | <div id="text-page"> | 27 | <div id="text-page"> |
28 | + <div class="lead"> | ||
28 | <?= $model->lang->body ?> | 29 | <?= $model->lang->body ?> |
30 | + </div> | ||
29 | </div> | 31 | </div> |
30 | </section> | 32 | </section> |
31 | 33 |