Commit ad603ec58d2d0149fad6d287d3b95325a0c00282
1 parent
a442f66d
delete comment widget
Showing
1 changed file
with
1 additions
and
7 deletions
Show diff stats
frontend/views/blog/view.php
@@ -161,13 +161,7 @@ _________________________________________________________ --> | @@ -161,13 +161,7 @@ _________________________________________________________ --> | ||
161 | <!-- /#comment-form --> | 161 | <!-- /#comment-form --> |
162 | */ | 162 | */ |
163 | ?> | 163 | ?> |
164 | - <?php | ||
165 | - echo CommentWidget::widget( | ||
166 | - [ | ||
167 | - 'model' => $model, | ||
168 | - ] | ||
169 | - ); | ||
170 | - ?> | 164 | + |
171 | </div> | 165 | </div> |
172 | <!-- /#blog-post --> | 166 | <!-- /#blog-post --> |
173 | 167 |