Changeset 1892 for branches/release-34/lib/MT/ArchiveType/AuthorMonthly.pm
- Timestamp:
- 04/14/08 19:29:44 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-34/lib/MT/ArchiveType/AuthorMonthly.pm
r1741 r1892 22 22 return [ 23 23 { 24 label => 'author -display-name/yyyy/mm/index.html',25 template => ' %-a/%y/%m/%f',24 label => 'author/author-display-name/yyyy/mm/index.html', 25 template => 'author/%-a/%y/%m/%f', 26 26 default => 1 27 27 }, 28 28 { 29 label => 'author _display_name/yyyy/mm/index.html',30 template => ' %a/%y/%m/%f'29 label => 'author/author_display_name/yyyy/mm/index.html', 30 template => 'author/%a/%y/%m/%f' 31 31 }, 32 32 ];
