CODE
<MTEntryPrevious><a href="/archives/<$MTEntryDate format="%Y/%m/%d/"$><$MTEntryID$>.html">Prev</a></MTEntryPrevious>
<MTEntryNext><a href="/archives/<$MTEntryDate format="%Y/%m/%d/"$><$MTEntryID$>.html">Next</a></MTEntryNext>
<MTEntryNext><a href="/archives/<$MTEntryDate format="%Y/%m/%d/"$><$MTEntryID$>.html">Next</a></MTEntryNext>
which, as you can see, is supposed to generate links to the previous and next entries. Unfortunately, when I view one of the archives which this template generates, MT appears put the current entry's date in both places where MTEntryDate is used, instead of the date of the previous or next entry. Is that the right behaviour?
I can't use MTEntryLink or MTEntryPermalink as this archive template is not the "preferred" one as defined in the Weblog Config, so I have to construct the (virtual) path in the above way.