Commit 351fa8a5cec2cc9ddce0dbc5ffd0db2d179d53e5

Authored by alex
1 parent 0de3bf71

Временно убрал часть данных с раздела новости

common/messages/en/app.php
... ... @@ -41,7 +41,7 @@
41 41 'Читать далее' => 'Read more',
42 42 'Close' => 'Close',
43 43  
44   - 'Our parthners' => 'Our parthners',
  44 + 'Our parthners' => 'Our partners',
45 45  
46 46  
47 47  
... ...
frontend/views/blog/_article.php
... ... @@ -59,7 +59,8 @@
59 59 } ?>
60 60 <p class="date-comments">
61 61  
62   - <i class="fa fa-calendar-o"></i> <?= \Yii::$app->formatter->asDate($model->created_at, 'short'); ?>
  62 +<!-- <i class="fa fa-calendar-o"></i> -->
  63 + <?php // echo \Yii::$app->formatter->asDate($model->created_at, 'short'); ?>
63 64 <!-- <a href="blog-post.html"><i class="fa fa-comment-o"></i> 8 комментариев</a>-->
64 65 </p>
65 66 </div>
... ...
frontend/views/blog/index.php
... ... @@ -111,7 +111,7 @@ _________________________________________________________ --&gt;
111 111 <!-- <div class="panel-body">-->
112 112 <!-- <ul class="tag-cloud">-->
113 113 <!-- --><?php //foreach ($tags as $tag) { ?>
114   -<!-- <li><a href="--><?//= Url::to(
  114 +<!-- <li><a href="--><?php //= Url::to(
115 115 // [
116 116 // 'alias' => $tag->alias
117 117 // ]
... ...