Show
Ignore:
Timestamp:
06/09/07 00:15:34 (18 months ago)
Author:
mbonetti
Message:

Rolled back [1727] because it kind of completely broke my installation.
Also, we don't wanna change existing permalinks, do we?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/themes/lilina/web/item.php

    r1727 r1730  
    77        $thisDay = rss_locale_date("%d", $GLOBALS['rss']->currentItem->date);  
    88        if(getConfig('rss.output.usemodrewrite')) { 
    9             $dateURL =  getPath() . "date/$thisYear/$thisMon/$thisDay/"; 
     9            $dateURL =  getPath() . "$thisYear/$thisMon/$thisDay/"; 
    1010        }else{ 
    1111            $dateURL = getPath() . "feed.php?y=$thisYear&m=$thisMon&d=$thisDay";