]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/comment.tmpl
comments: remove linkuser(), it's been integrated into preprocess() now
[ikiwiki.git] / templates / comment.tmpl
index e7e283bbfb16005522decdfc501e610eff217e32..19698cd3352c3575b0412cd9c3ae87ed45087108 100644 (file)
@@ -1,6 +1,6 @@
-<div class="comments-display" id="<TMPL_VAR NAME=INLINEPAGE>">
+<div class="comment" id="<TMPL_VAR NAME=INLINEPAGE>">
 
-<div class="comments-header">
+<div class="comment-header">
 Posted by
 <TMPL_IF NAME="COMMENTUSER">
 <span class="author">
@@ -27,10 +27,10 @@ unknown IP address
 (<TMPL_VAR CTIME>)
 </div>
 
-<div class="comments-subject"><TMPL_VAR TITLE></div>
+<div class="comment-subject"><a href="<TMPL_VAR PERMALINK>"><TMPL_VAR TITLE></a></div>
 
 <div class="inlinecontent">
 <TMPL_VAR CONTENT>
 </div>
 
-</div><!--.comments-display-->
+</div><!--.comment-->