aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/MTIME_not_set_for_inline_or_archive_entries.mdwn
blob: 6596936fa94836a1487df3fdbc6e418d6afc6ae2 (plain)
1
2
3
4
5
6
7
My <code>page.tmpl</code> can contain:

    Created <TMPL_VAR CTIME>.  Last edited <TMPL_VAR MTIME>.
 
and that works.  However, if I have the same line in <code>inlinepage.tmpl</code> 
or <code>archivepage.tmpl</code>, then only the <code>CTIME</code> works - the <code>MTIME</code> is blank.
This leads to an annoying inconsistency.