Skip to:
Content

bbPress.org

Changeset 76


Ignore:
Timestamp:
03/18/2005 07:10:52 PM (20 years ago)
Author:
matt
Message:

Emphasize sticky more

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-templates/forum.php

    r74 r76  
    2121<?php if ( $stickies) : foreach ( $stickies as $topic ) : ?>
    2222<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>
    2424    <td class="num"><?php topic_posts(); ?></td>
    2525    <td class="num"><?php topic_last_poster(); ?></td>
Note: See TracChangeset for help on using the changeset viewer.