Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. {foreach from=$aComments_bad item="com" name="comment"}
  2. {if $smarty.foreach.comment.iteration <= 5}
  3. <div class="comment_gray">
  4. <b><a href="{router page='notes_bad'}/read/{$com.note_id}">#{$com.comment_id}</a> {$com.date|date_format:"%Y.%m.%d %T"}, <a href="{router page='profile'}{$com.user_login}">{$com.user_login}</a> said:</b>
  5. <div class="text">
  6. {$com.comment}
  7. </div><br>
  8. </div>
  9. {/if}
  10. {/foreach}
  11. {if count($aComments_bad)}
  12. <div class="comment_gray">
  13. <a href="{router page='profile'}{$oUserProfile->getLogin()}?show_bad=100">Read more ...</a>
  14. </div>
  15. {/if}
  16. {/if}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement