move blog templates into their own directory
[citadel.git] / webcit / blogview_renderer.c
index f22c61dceead4381d3c1439db406f807c769488e..2254b9c0526c01f49c7b6cbb04e25200c371ec41 100644 (file)
@@ -69,7 +69,7 @@ void blogpost_render(struct blogpost *bp, int with_comments)
                for (i=1; i<bp->num_msgs; ++i) {
                        read_message(WC->WBuf, HKEY("view_blog_comment"), bp->msgs[i], NULL, &Mime);
                }
-               do_template("blog_comment_box");
+               do_template("view_blog_comment_box");
        }
 
        else {