Show
Ignore:
Timestamp:
05/20/08 19:26:35 (19 months ago)
Author:
bchoate
Message:

Fixed default archive publishing paths for author-daily, author-yearly archives. Thanks to Ogawa-san for the report. BugId:79847

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-38/lib/MT/ArchiveType/AuthorYearly.pm

    r2399 r2401  
    2323        { 
    2424            label    => 'author/author-display-name/yyyy/index.html', 
    25             template => '%-a/%y/%f', 
     25            template => 'author/%-a/%y/%f', 
    2626            default  => 1 
    2727        }, 
    2828        { 
    2929            label    => 'author/author_display_name/yyyy/index.html', 
    30             template => '%a/%y/%f' 
     30            template => 'author/%a/%y/%f' 
    3131        }, 
    3232    ];