Changeset 6694
- Timestamp:
- 12/24/07 23:05:29 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/templates/_commentList.php
r5290 r6694 1 <?php use_helper('I18N'); ?> 1 2 <div id="sf_comment_list"> 2 3 <?php if (count($comments) > 0): ?> plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/templates/_commentView.php
r6423 r6694 1 <?php use_helper('I18N'); ?> 1 2 <?php use_helper('Date'); ?> 2 3 <div class="sf_comment" id="sf_comment_<?php echo $comment['Id'] ?>">