Commit 351fa8a5cec2cc9ddce0dbc5ffd0db2d179d53e5
1 parent
0de3bf71
Временно убрал часть данных с раздела новости
Showing
3 changed files
with
4 additions
and
3 deletions
Show diff stats
common/messages/en/app.php
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 @@ _________________________________________________________ --> |
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 | // ] | ... | ... |