Show
Ignore:
Timestamp:
06/08/07 19:57:58 (18 months ago)
Author:
cfriesen
Message:

Some mod-rewrite rewriting. Someone scream if I forgot somewhere.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/cls/wrappers/feed.php

    r1181 r1727  
    8484     
    8585    if (getConfig('rss.output.usemodrewrite')) { 
    86         return getPath().$GLOBALS['rss']->currentFeed->escapedTitle ."/"; 
     86        return getPath()."/feed/".$GLOBALS['rss']->currentFeed->escapedTitle ."/"; 
    8787    }  
    8888    return getPath()."feed.php?channel=".$GLOBALS['rss']->currentFeed->cid ;