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