Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/28/2004 09:56:41 PM (19 years ago)
Author:
matt
Message:

Added RSS support, used gmdate everywhere. Fixes #3.

File:
1 edited

Legend:

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

    r10 r21  
    33<?php login_form(); ?>
    44
    5 <h2><a href="<?php option('uri'); ?>"><?php option('name'); ?></a> &raquo; <a href="<?php forum_link(); ?>"><?php forum_name(); ?></a></h2>
    6 <h3><?php topic_title(); ?></h3>
     5<h3><a href="<?php option('uri'); ?>"><?php option('name'); ?></a> &raquo; <a href="<?php forum_link(); ?>"><?php forum_name(); ?></a></h3>
     6<h2><?php topic_title(); ?></h2>
    77<?php if ($posts) : ?>
    88<div class="nav">
     
    2828</ol>
    2929<div class="clearit"><br style=" clear: both;" /></div>
     30<p><a href="<?php topic_rss_link(); ?>">RSS feed for this thread</a></p>
    3031<div class="nav">
    3132<?php topic_pages(); ?>
Note: See TracChangeset for help on using the changeset viewer.