]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/comments_display.tmpl
postcomment: Rename plugin to comments, use *._comment files
[ikiwiki.git] / templates / comments_display.tmpl
similarity index 65%
rename from templates/postcomment_display.tmpl
rename to templates/comments_display.tmpl
index d3eabb3a1c46427fa17e134237af9b570cd20b6c..04e0613e0067a6b497f306cae99c918c715b6a2c 100644 (file)
@@ -1,6 +1,6 @@
-<div class="postcomment-display">
+<div class="comments-display">
 
-<div class="postcomment-header">
+<div class="comments-header">
 Posted by
 <TMPL_IF NAME="AUTHOR">
 <span class="author">
@@ -15,10 +15,10 @@ Posted by
 (<TMPL_VAR CTIME>)
 </div>
 
-<div class="postcomment-subject"><TMPL_VAR TITLE></div>
+<div class="comments-subject"><TMPL_VAR TITLE></div>
 
 <div class="inlinecontent">
 <TMPL_VAR CONTENT>
 </div>
 
-</div><!--.postcomment-display-->
+</div><!--.comments-display-->