From 56495e04b2c3ce600aa0c158f9ba8f92b6456d37 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 21 Mar 2012 06:48:04 -0700 Subject: smooth the comix comment box --- view/theme/comix/comment_item.tpl | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100755 view/theme/comix/comment_item.tpl (limited to 'view/theme') diff --git a/view/theme/comix/comment_item.tpl b/view/theme/comix/comment_item.tpl new file mode 100755 index 000000000..9c3facaff --- /dev/null +++ b/view/theme/comix/comment_item.tpl @@ -0,0 +1,32 @@ +
+
+ + + + + + + +
+ $mytitle +
+
+ + {{ if $qcomment }} + {{ for $qcomment as $qc }} + $qc +   + {{ endfor }} + {{ endif }} + +
+ + +
+
+ +
-- cgit v1.2.3