Commit 90f2a05c2d81e251218557853d96a209f76db23e
1 parent
04e52e05
h titles
Showing
4 changed files
with
18 additions
and
18 deletions
Show diff stats
frontend/views/blog/_article_item.php
... | ... | @@ -13,7 +13,7 @@ |
13 | 13 | ?> |
14 | 14 | |
15 | 15 | <section class="post"> |
16 | - <h2 class="big-text-2"> | |
16 | + <div class="h2 big-text-2"> | |
17 | 17 | <a |
18 | 18 | href="<?=Url::toRoute( |
19 | 19 | [ |
... | ... | @@ -24,7 +24,7 @@ |
24 | 24 | > |
25 | 25 | <?=$model->lang->title?> |
26 | 26 | </a> |
27 | - </h2> | |
27 | + </div> | |
28 | 28 | <div class="row"> |
29 | 29 | <div class="col-sm-6"> |
30 | 30 | <!-- <p class="author-category">--> | ... | ... |
frontend/views/blog/view.php
... | ... | @@ -61,7 +61,7 @@ |
61 | 61 | <div class="row"> |
62 | 62 | <div class="col-md-12"> |
63 | 63 | <div class="panel-heading"> |
64 | - <h3 class="panel-title"><?= \Yii::t('app', 'leavecomment') ?></h3> | |
64 | + <div class="h3 panel-title"><?= \Yii::t('app', 'leavecomment') ?></div> | |
65 | 65 | </div> |
66 | 66 | <?= CommentWidget::widget( |
67 | 67 | [ | ... | ... |
frontend/views/site/contact.php
... | ... | @@ -16,7 +16,7 @@ |
16 | 16 | $settings = Settings::getInstance(); |
17 | 17 | $seo = \Yii::$app->get('seo'); |
18 | 18 | |
19 | - $this->params['h1'] = $seo->h1; | |
19 | + $this->params['h1'] = \Yii::t('app', 'menu-contacts'); | |
20 | 20 | $this->params[ 'breadcrumbs' ][] = $this->params['h1']; |
21 | 21 | |
22 | 22 | $js = <<< JS | ... | ... |
frontend/views/site/index.php
... | ... | @@ -73,7 +73,7 @@ JS; |
73 | 73 | <section class="blue-fon why-us-wr no-mg"> |
74 | 74 | <div class="container"> |
75 | 75 | <div class="heading text-center"> |
76 | - <h2 class="big-text"><?=\Yii::t('app', 'index_why_us')?></h2> | |
76 | + <div class="h2 big-text"><?=\Yii::t('app', 'index_why_us')?></div> | |
77 | 77 | </div> |
78 | 78 | <div class="why-us container"> |
79 | 79 | <div class="col-md-12 row"> |
... | ... | @@ -82,7 +82,7 @@ JS; |
82 | 82 | <div class="icon"> |
83 | 83 | <img src="/img/icon_1.png"> |
84 | 84 | </div> |
85 | - <h3><?=\Yii::t('app', 'index_title1')?></h3> | |
85 | + <div class="h3"><?=\Yii::t('app', 'index_title1')?></div> | |
86 | 86 | <p><?=\Yii::t('app', 'index_subtitle1')?></p> |
87 | 87 | <img src="/img/line.png" class="line_why hidden-xs hidden-sm"> |
88 | 88 | </div> |
... | ... | @@ -92,7 +92,7 @@ JS; |
92 | 92 | <div class="icon"> |
93 | 93 | <img src="/img/icon_2.png"> |
94 | 94 | </div> |
95 | - <h3><?=\Yii::t('app', 'index_title2')?></h3> | |
95 | + <div class="h3"><?=\Yii::t('app', 'index_title2')?></div> | |
96 | 96 | <p><?=\Yii::t('app', 'index_subtitle2')?></p> |
97 | 97 | <img src="/img/line.png" class="line_why hidden-xs hidden-sm"> |
98 | 98 | </div> |
... | ... | @@ -102,7 +102,7 @@ JS; |
102 | 102 | <div class="icon"> |
103 | 103 | <img src="/img/icon_3.png"> |
104 | 104 | </div> |
105 | - <h3><?=\Yii::t('app', 'index_title3')?></h3> | |
105 | + <div class="h3"><?=\Yii::t('app', 'index_title3')?></div> | |
106 | 106 | <p><?=\Yii::t('app', 'index_subtitle3')?></p> |
107 | 107 | </div> |
108 | 108 | </div> |
... | ... | @@ -112,7 +112,7 @@ JS; |
112 | 112 | <div class="icon"> |
113 | 113 | <img src="/img/icon_4.png"> |
114 | 114 | </div> |
115 | - <h3><?=\Yii::t('app', 'index_title4')?></h3> | |
115 | + <div class="h3"><?=\Yii::t('app', 'index_title4')?></div> | |
116 | 116 | <p><?=\Yii::t('app', 'index_subtitle4')?></p> |
117 | 117 | </div> |
118 | 118 | </div> |
... | ... | @@ -121,7 +121,7 @@ JS; |
121 | 121 | <div class="icon"> |
122 | 122 | <img src="/img/icon_5.png"> |
123 | 123 | </div> |
124 | - <h3><?=\Yii::t('app', 'index_title5')?></h3> | |
124 | + <div class="h3"><?=\Yii::t('app', 'index_title5')?></div> | |
125 | 125 | <p><?=\Yii::t('app', 'index_subtitle5')?></p> |
126 | 126 | </div> |
127 | 127 | </div> |
... | ... | @@ -259,7 +259,7 @@ JS; |
259 | 259 | <div class="container"> |
260 | 260 | <div class="col-md-12"> |
261 | 261 | <div class="heading text-center"> |
262 | - <h2><?=\Yii::t('app', 'index_objects')?></h2> | |
262 | + <div class="h2"><?=\Yii::t('app', 'index_objects')?></div> | |
263 | 263 | </div> |
264 | 264 | <div class="row portfolio"> |
265 | 265 | <?php |
... | ... | @@ -327,7 +327,7 @@ JS; |
327 | 327 | <section class="blue-fon no-mg economy-wr"> |
328 | 328 | <div class="container"> |
329 | 329 | <div class="heading text-center"> |
330 | - <h2 class="big-text"><?=\Yii::t('app', 'index_economy1')?> <br/><?=\Yii::t('app', 'index_economy2')?></h2> | |
330 | + <div class="h2 big-text"><?=\Yii::t('app', 'index_economy1')?> <br/><?=\Yii::t('app', 'index_economy2')?></div> | |
331 | 331 | </div> |
332 | 332 | <div class="row"> |
333 | 333 | <div class="col-xs-12 col-sm-4"> |
... | ... | @@ -335,7 +335,7 @@ JS; |
335 | 335 | <div class="icon"> |
336 | 336 | <img src="/img/icon_sentence.png"> |
337 | 337 | </div> |
338 | - <h3><?=\Yii::t('app', 'index_economy3')?></h3> | |
338 | + <div class="h3"><?=\Yii::t('app', 'index_economy3')?></div> | |
339 | 339 | <p><?=\Yii::t('app', 'index_economy4')?></p> |
340 | 340 | </div> |
341 | 341 | </div> |
... | ... | @@ -344,7 +344,7 @@ JS; |
344 | 344 | <div class="icon"> |
345 | 345 | <img src="/img/icon_agreement.png"> |
346 | 346 | </div> |
347 | - <h3><?=\Yii::t('app', 'index_economy5')?></h3> | |
347 | + <div class="h3"><?=\Yii::t('app', 'index_economy5')?></div> | |
348 | 348 | <p><?=\Yii::t('app', 'index_economy6')?></p> |
349 | 349 | </div> |
350 | 350 | </div> |
... | ... | @@ -353,7 +353,7 @@ JS; |
353 | 353 | <div class="icon"> |
354 | 354 | <img src="/img/icon_installation.png"> |
355 | 355 | </div> |
356 | - <h3><?=\Yii::t('app', 'index_economy7')?></h3> | |
356 | + <div class="h3"><?=\Yii::t('app', 'index_economy7')?></div> | |
357 | 357 | <p><?=\Yii::t('app', 'index_economy8')?></p> |
358 | 358 | </div> |
359 | 359 | </div> |
... | ... | @@ -362,7 +362,7 @@ JS; |
362 | 362 | <div class="icon"> |
363 | 363 | <img src="/img/icon_tarrif.png"> |
364 | 364 | </div> |
365 | - <h3><?=\Yii::t('app', 'index_economy13')?></h3> | |
365 | + <div class="h3"><?=\Yii::t('app', 'index_economy13')?></div> | |
366 | 366 | <p><?=\Yii::t('app', 'index_economy14')?></p> |
367 | 367 | </div> |
368 | 368 | </div> |
... | ... | @@ -371,7 +371,7 @@ JS; |
371 | 371 | <div class="icon"> |
372 | 372 | <img src="/img/icon_service.png"> |
373 | 373 | </div> |
374 | - <h3><?=\Yii::t('app', 'index_economy11')?></h3> | |
374 | + <div class="h3"><?=\Yii::t('app', 'index_economy11')?></div> | |
375 | 375 | <p><?=\Yii::t('app', 'index_economy12')?></p> |
376 | 376 | </div> |
377 | 377 | </div> |
... | ... | @@ -380,7 +380,7 @@ JS; |
380 | 380 | <div class="icon"> |
381 | 381 | <img src="/img/icon_recomendation.png"> |
382 | 382 | </div> |
383 | - <h3><?=\Yii::t('app', 'index_economy9')?></h3> | |
383 | + <div class="h3"><?=\Yii::t('app', 'index_economy9')?></div> | |
384 | 384 | <p><?=\Yii::t('app', 'index_economy10')?></p> |
385 | 385 | </div> |
386 | 386 | </div> | ... | ... |