Mercurial > defr > DualBlog
annotate includes/templates.conf @ 57:ef5fd86d30ec
Fix, les dates des commentaires ne s'affichaient plus.
Le template attendait dateComment, et le code fournissait commentDate...
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 29 Jan 2008 14:34:03 +0100 |
parents | 4cea8b128fdd |
children |
rev | line source |
---|---|
webmaster@32 | 1 [xhtml] |
webmaster@32 | 2 skeleton = main.xml |
webmaster@32 | 3 post = post.xml |
webmaster@32 | 4 comment = comment.xml |
webmaster@32 | 5 |
webmaster@32 | 6 [atom] |
webmaster@32 | 7 skeleton = atom.xml |
webmaster@32 | 8 post = postAtom.xml |
webmaster@32 | 9 comment = commentAtom.xml |