annotate includes/templates.conf @ 47:d474003d0903

Correction du bug rendant impossible l'ajout de commentaire, # superflu Ce # n'avait rien à faire là et faisant planter l'intégralité du code...
author Franck Deroche <webmaster@defr.org>
date Wed, 14 Nov 2007 18:56:05 +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