Changeset 1198 for trunk/bb-templates/kakumei/topic.php
- Timestamp:
- 03/03/2008 06:16:23 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/bb-templates/kakumei/topic.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-templates/kakumei/topic.php
r968 r1198 22 22 <?php topic_tags(); ?> 23 23 24 < br clear="all" />24 <div style="clear:both;"></div> 25 25 </div> 26 26 <?php do_action('under_title', ''); ?> … … 33 33 34 34 <?php foreach ($posts as $bb_post) : $del_class = post_del_class(); ?> 35 <li id="post-<?php post_id(); ?>" <?php alt_class('post', $del_class); ?>>35 <li id="post-<?php post_id(); ?>"> 36 36 <?php bb_post_template(); ?> 37 37 </li>
Note: See TracChangeset
for help on using the changeset viewer.