/usr/share/chronicle/themes/simple/comment-loop.inc is in chronicle 4.6-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | <!-- tmpl_if name='comments' -->
<h3 id="comments">Comments On This Entry</h3>
<ol class="commentlist">
<!-- tmpl_loop name='comments' -->
<li class="commento alt <!-- tmpl_if name='author' --> author<!-- /tmpl_if -->">
<img alt="[gravitar]" src="<!-- tmpl_var name='gravitar' -->" class="avatar" height="32" width="33" />
<!-- tmpl_if name='link' -->
<cite><a href="<!-- tmpl_var name='link' -->"><!-- tmpl_var name='name' --></a></cite>
<!-- tmpl_else name='link' -->
<cite><!-- tmpl_var name='name' --></cite>
<!-- /tmpl_if name='link' -->
<small class="commentmetadata" style="text-align: right;"><!-- tmpl_var name='date' --></small>
<div class="commentbody">
<!-- tmpl_var name='body' -->
</div>
<!-- /tmpl_loop -->
</ol>
<!-- /tmpl_if -->
|