From e72eaf24086a6f8c8b6f315ca8f404444b02d210 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Wed, 25 Apr 2012 02:43:50 +0200 Subject: zero-themes: add bbcode-toolbar to commentbox --- view/theme/greenzero/comment_item.tpl | 59 +++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100755 view/theme/greenzero/comment_item.tpl (limited to 'view/theme/greenzero/comment_item.tpl') diff --git a/view/theme/greenzero/comment_item.tpl b/view/theme/greenzero/comment_item.tpl new file mode 100755 index 000000000..375aff8fa --- /dev/null +++ b/view/theme/greenzero/comment_item.tpl @@ -0,0 +1,59 @@ +
+
+ + + + + + + +
+ $mytitle +
+
+
    +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
+
+ + {{ if $qcomment }} + {{ for $qcomment as $qc }} + $qc +   + {{ endfor }} + {{ endif }} + +
+ + +
+
+ +
-- cgit v1.2.3