Changeset 545
- Timestamp:
- 11/07/06 21:05:05 (2 years ago)
- Files:
-
- trunk/bb-includes/template-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bb-includes/template-functions.php
r544 r545 1112 1112 function get_tag_page_link() { 1113 1113 if ( bb_get_option('mod_rewrite') ) 1114 return bb_get_option( ' tagpath' ) . 'tags/';1115 else 1116 return bb_get_option( ' tagpath' ) . 'tags.php';1114 return bb_get_option( 'domain' ) . bb_get_option( 'tagpath' ) . 'tags/'; 1115 else 1116 return bb_get_option( 'domain' ) . bb_get_option( 'tagpath' ) . 'tags.php'; 1117 1117 } 1118 1118