Changeset 2401
- Timestamp:
- 05/20/08 19:26:35 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-38/lib/MT/ArchiveType/AuthorDaily.pm
r2399 r2401 22 22 return [ 23 23 { 24 label => 'author -display-name/yyyy/mm/dd/index.html',25 template => ' %-a/%y/%m/%d/%f',24 label => 'author/author-display-name/yyyy/mm/dd/index.html', 25 template => 'author/%-a/%y/%m/%d/%f', 26 26 default => 1 27 27 }, 28 28 { 29 label => 'author _display_name/yyyy/mm/dd/index.html',30 template => ' %a/%y/%m/%d/%f'29 label => 'author/author_display_name/yyyy/mm/dd/index.html', 30 template => 'author/%a/%y/%m/%d/%f' 31 31 }, 32 32 ]; branches/release-38/lib/MT/ArchiveType/AuthorYearly.pm
r2399 r2401 23 23 { 24 24 label => 'author/author-display-name/yyyy/index.html', 25 template => ' %-a/%y/%f',25 template => 'author/%-a/%y/%f', 26 26 default => 1 27 27 }, 28 28 { 29 29 label => 'author/author_display_name/yyyy/index.html', 30 template => ' %a/%y/%f'30 template => 'author/%a/%y/%f' 31 31 }, 32 32 ];
