Commit e7a19ca12a0d4dbd5f195af3730e93a3fa25e6cf
1 parent
84a22de5
Убирал дату
Showing
2 changed files
with
14 additions
and
45 deletions
Show diff stats
frontend/views/blog/view.php
| ... | ... | @@ -49,11 +49,12 @@ _________________________________________________________ --> |
| 49 | 49 | </div> |
| 50 | 50 | </div> |
| 51 | 51 | <?php } ?> |
| 52 | - | |
| 53 | - <p class="text-muted text-uppercase mb-small text-left"><?= \Yii::$app->formatter->asDate( | |
| 54 | - $model->created_at, | |
| 55 | - 'short' | |
| 56 | - ); ?></p> | |
| 52 | + | |
| 53 | + <!-- <p class="text-muted text-uppercase mb-small text-left">--> | |
| 54 | + <?php ////echo \Yii::$app->formatter->asDate( | |
| 55 | + // $model->created_at, | |
| 56 | + // 'short' | |
| 57 | + // ); ?><!--</p>--> | |
| 57 | 58 | |
| 58 | 59 | <div id="post-content"> |
| 59 | 60 | ... | ... |
frontend/views/event/view.php
| ... | ... | @@ -48,11 +48,12 @@ _________________________________________________________ --> |
| 48 | 48 | </div> |
| 49 | 49 | </div> |
| 50 | 50 | <?php } ?> |
| 51 | - | |
| 52 | - <p class="text-muted text-uppercase mb-small text-left"><?= \Yii::$app->formatter->asDate( | |
| 53 | - $model->created_at, | |
| 54 | - 'short' | |
| 55 | - ); ?></p> | |
| 51 | + | |
| 52 | + <!-- <p class="text-muted text-uppercase mb-small text-left">--> | |
| 53 | + <?php //echo ""; \Yii::$app->formatter->asDate( | |
| 54 | + // $model->created_at, | |
| 55 | + // 'short' | |
| 56 | + // ); ?><!--</p>--> | |
| 56 | 57 | |
| 57 | 58 | <div id="post-content"> |
| 58 | 59 | |
| ... | ... | @@ -163,41 +164,8 @@ _________________________________________________________ --> |
| 163 | 164 | <!-- /#blog-post --> |
| 164 | 165 | |
| 165 | 166 | <!-- *** LEFT COLUMN END *** --> |
| 166 | - | |
| 167 | - <!-- *** RIGHT COLUMN *** | |
| 168 | - _________________________________________________________ --> | |
| 169 | - | |
| 170 | - <div class="col-md-3"> | |
| 171 | - | |
| 172 | - <!-- *** MENUS AND WIDGETS *** | |
| 173 | -_________________________________________________________ --> | |
| 174 | - | |
| 175 | - <div class="panel sidebar-menu"> | |
| 176 | - <div class="panel-heading"> | |
| 177 | - <h3 class="panel-title"><?= \Yii::t('app', 'Search by tag') ?></h3> | |
| 178 | - </div> | |
| 179 | - | |
| 180 | - <div class="panel-body"> | |
| 181 | - <ul class="tag-cloud"> | |
| 182 | - <?php foreach ($tags as $tag) { ?> | |
| 183 | - <li><a href="<?= Url::to( | |
| 184 | - [ | |
| 185 | - 'alias' => $tag->alias | |
| 186 | - ] | |
| 187 | - ) ?>"><i class="fa fa-tags"></i> <?= $tag->title; ?></a> | |
| 188 | - </li> | |
| 189 | - <?php } ?> | |
| 190 | - </ul> | |
| 191 | - </div> | |
| 192 | - </div> | |
| 193 | - | |
| 194 | - <!-- *** MENUS AND FILTERS END *** --> | |
| 195 | - | |
| 196 | - </div> | |
| 197 | - <!-- /.col-md-3 --> | |
| 198 | - <!-- *** RIGHT COLUMN END *** --> | |
| 199 | - | |
| 200 | - | |
| 167 | + | |
| 168 | + | |
| 201 | 169 | </div> |
| 202 | 170 | <!-- /.row --> |
| 203 | 171 | ... | ... |