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/item.php

    r1625 r1727  
    5757    if ($GLOBALS['rss'] -> currentItem ->escapedTitle != "" && getConfig('rss.output.usemodrewrite')) { 
    5858        return getPath() 
    59             .$GLOBALS['rss'] -> currentItem -> parent->escapedTitle 
     59            ."/item/".$GLOBALS['rss'] -> currentItem -> parent->escapedTitle 
    6060            ."/$ply/$plm/$pld/" 
    6161            .$GLOBALS['rss'] -> currentItem -> escapedTitle;