Changeset 131
- Timestamp:
- 06/09/2005 01:50:01 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/bb-includes/template-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-includes/template-functions.php
r128 r131 182 182 183 183 if ( bb_get_option('mod_rewrite') ) 184 $link = bb_get_option('uri') . " /rss/topic/$topic->topic_id";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";
Note: See TracChangeset
for help on using the changeset viewer.