Changeset 1198 for trunk/bb-templates/kakumei/post.php
- Timestamp:
- 03/03/2008 06:16:23 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/bb-templates/kakumei/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-templates/kakumei/post.php
r678 r1198 1 1 <div class="threadauthor"> 2 <p><strong><?php post_author_link(); ?></strong><br /> 3 <small><?php post_author_title(); ?></small></p> 2 <?php post_author_avatar(); ?> 3 <p> 4 <strong><?php post_author_link(); ?></strong><br /> 5 <small><?php post_author_title(); ?></small> 6 </p> 4 7 </div> 5 8 6 <div class="threadpost">9 <div<?php alt_class('post', 'threadpost ' . $del_class); ?>> 7 10 <div class="post"><?php post_text(); ?></div> 8 11 <div class="poststuff"><?php printf( __('Posted %s ago'), bb_get_post_time() ); ?> <a href="<?php post_anchor_link(); ?>">#</a> <?php post_ip_link(); ?> <?php post_edit_link(); ?> <?php post_delete_link(); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.