From: Penny Leach Date: Sat, 24 Jun 2006 09:40:51 +0000 (+1200) Subject: made a new template for comments that goes to a max of 50px indenting X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d3ddc1bd5f3d2f8c30d9ac93fc9e7bf8dd1d18d8;p=s9y.git made a new template for comments that goes to a max of 50px indenting --- diff --git a/templates/sgn2.0/comments.tpl b/templates/sgn2.0/comments.tpl new file mode 100644 index 0000000..4470a11 --- /dev/null +++ b/templates/sgn2.0/comments.tpl @@ -0,0 +1,31 @@ +{foreach from=$comments item=comment name="comments"} + +
+
{$comment.body}
+
+ #{$comment.trace} + + {if $comment.email} + {$comment.author|@default:$CONST.ANONYMOUS} + {else} + {$comment.author|@default:$CONST.ANONYMOUS} + {/if} + + {if $comment.url} + ({$CONST.HOMEPAGE}) + {/if} + {$CONST.ON} + {$comment.timestamp|@formatTime:$CONST.DATE_FORMAT_SHORT} + + {if $entry.is_entry_owner} + ({$CONST.DELETE}) + {/if} + {if $entry.allow_comments} + ({$CONST.REPLY}) +
+ {/if} +
+
+{foreachelse} +
{$CONST.NO_COMMENTS}
+{/foreach}