Mercurial > defr > DualBlog
annotate includes/templates.conf @ 78:80bb1ca0114e
Utilisation du chemin complet vers classes.php
Cela permet de lancer le fichier mail_comments.php en ligne de commande via php -f
depuis n'importe quel répertoire (pratique pour le cron)
author | defr@hedwige.defr.net |
---|---|
date | Sun, 13 Jul 2008 15:08:32 +0200 |
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 |