Changeset 1730 for trunk/gregarius/cls/channels.php
- Timestamp:
- 06/09/07 00:15:34 (18 months ago)
- Files:
-
- 1 modified
-
trunk/gregarius/cls/channels.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/cls/channels.php
r1727 r1730 88 88 89 89 if (getConfig('rss.output.usemodrewrite')) { 90 $this->rlink = getPath( "/feed/".rss_uri($title)) . "/";90 $this->rlink = getPath(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( "folder/".139 return getPath( 140 140 preg_replace('#\s#','_',sanitize($fn,RSS_SANITIZER_URL)) 141 141 ) .'/';
