Commit d041f799225afce015e4a00aec27d743de3bd471
1 parent
c1b4e9a1
14.09.16
Showing
1 changed file
with
3 additions
and
7 deletions
Show diff stats
frontend/views/text/index.php
@@ -6,14 +6,10 @@ $this->title = $text->meta_title; | @@ -6,14 +6,10 @@ $this->title = $text->meta_title; | ||
6 | $this->registerMetaTag(['name' => 'description', 'content' => $text->meta_description]); | 6 | $this->registerMetaTag(['name' => 'description', 'content' => $text->meta_description]); |
7 | $this->registerMetaTag(['name' => 'keywords', 'content' => $text->meta_keywords]); | 7 | $this->registerMetaTag(['name' => 'keywords', 'content' => $text->meta_keywords]); |
8 | ?> | 8 | ?> |
9 | - <nav class="bread-crumbs"> | ||
10 | - <?= Breadcrumbs::widget([ | ||
11 | - 'links' => [$text->title], | ||
12 | - ]) ?> | ||
13 | - <div class="both"></div> | ||
14 | - </nav> | 9 | +<div class="container"> |
15 | 10 | ||
11 | + <div class="content"> | ||
16 | <h1><?=$text->title;?></h1> | 12 | <h1><?=$text->title;?></h1> |
17 | -<div class="content"> | ||
18 | <?=$text->body;?> | 13 | <?=$text->body;?> |
14 | + </div> | ||
19 | </div> | 15 | </div> |
20 | \ No newline at end of file | 16 | \ No newline at end of file |