# HG changeset patch # User Franck Deroche # Date 1193414497 -7200 # Node ID 6e084c60487669faf75f0ef1d2773e5abc9650bd # Parent 86a6793f140800b528d8a5bec14835f366f66b4c Utilisation du titre du post dans le titre de la page. diff -r 86a6793f1408 -r 6e084c604876 comment.php --- a/comment.php Fri Oct 26 17:55:35 2007 +0200 +++ b/comment.php Fri Oct 26 18:01:37 2007 +0200 @@ -35,6 +35,9 @@ $post = new Post($row); $sk->addBlogPost($post->format()); + // On définit le titre + $sk->setTitle($row['Titre'] . ' - Dual Blog'); + // Récupération des commentaires $Data->Query("SELECT * FROM Commentaires Where MessId={$id} AND Visible=1 ORDER BY num_comm"); $defaultGravatar = urlencode("http://defr.org/Misc/NoGravatar.png");