Changeset 1727 for trunk/gregarius/cls/channels.php
- Timestamp:
- 06/08/07 19:57:58 (18 months ago)
- Files:
-
- 1 modified
-
trunk/gregarius/cls/channels.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/cls/channels.php
r1668 r1727 88 88 89 89 if (getConfig('rss.output.usemodrewrite')) { 90 $this->rlink = getPath( rss_uri($title)) . "/";90 $this->rlink = getPath("/feed/".rss_uri($title)) . "/"; 91 91 } else { 92 92 $this->rlink = getPath()."feed.php?channel=$id"; … … 137 137 138 138 function makeFolderUrl($fn) { 139 return getPath( 139 return getPath("folder/". 140 140 preg_replace('#\s#','_',sanitize($fn,RSS_SANITIZER_URL)) 141 141 ) .'/';
