Changeset 76
- Timestamp:
- 03/18/2005 07:10:52 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-templates/forum.php
r74 r76 21 21 <?php if ( $stickies) : foreach ( $stickies as $topic ) : ?> 22 22 <tr<?php alt_class('topic'); ?>> 23 <td>Sticky: < a href="<?php topic_link(); ?>"><?php topic_title(); ?></a></td>23 <td>Sticky: <big><a href="<?php topic_link(); ?>"><?php topic_title(); ?></a></big></td> 24 24 <td class="num"><?php topic_posts(); ?></td> 25 25 <td class="num"><?php topic_last_poster(); ?></td>
Note: See TracChangeset
for help on using the changeset viewer.