Changeset 128
- Timestamp:
- 06/06/2005 05:31:31 AM (21 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
bb-includes/template-functions.php (modified) (1 diff)
-
rss.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-includes/template-functions.php
r127 r128 182 182 183 183 if ( bb_get_option('mod_rewrite') ) 184 $link = get_topic_link() . '/rss/';184 $link = bb_get_option('uri') . "/rss/topic/$topic->topic_id"; 185 185 else 186 186 $link = bb_get_option('uri') . "rss.php?topic=$topic->topic_id"; -
trunk/rss.php
r92 r128 3 3 4 4 $topic_id = (int) $_GET['topic']; 5 6 if ( !$topic_id ) 7 if ( 'topic' == get_path() ) 8 $topic_id = get_path(2); 5 9 6 10 if ( $topic_id ) {
Note: See TracChangeset
for help on using the changeset viewer.