/usr/share/chronicle/themes/default/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 | <!-- tmpl_if name='comments' -->
<h3>Comments On This Entry</h3>
<blockquote>
<!-- tmpl_loop name='comments' -->
<div class="entry">
<div class="title"><!-- tmpl_var name='name' --></div>
<div class="date"><!-- tmpl_var name='date' --></div>
<div class="body"><!-- tmpl_var name='body' --></div>
</div>
<!-- /tmpl_loop -->
</blockquote>
<!-- /tmpl_if -->
|