Changeset 1730 for trunk/gregarius/themes
- Timestamp:
- 06/09/07 00:15:34 (18 months ago)
- Files:
-
- 1 modified
-
trunk/gregarius/themes/lilina/web/item.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/themes/lilina/web/item.php
r1727 r1730 7 7 $thisDay = rss_locale_date("%d", $GLOBALS['rss']->currentItem->date); 8 8 if(getConfig('rss.output.usemodrewrite')) { 9 $dateURL = getPath() . " date/$thisYear/$thisMon/$thisDay/";9 $dateURL = getPath() . "$thisYear/$thisMon/$thisDay/"; 10 10 }else{ 11 11 $dateURL = getPath() . "feed.php?y=$thisYear&m=$thisMon&d=$thisDay";
