From b9dda93f0c704cd80e0fbfeb5ff5da26b9aae7f4 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Thu, 8 Mar 2012 23:22:26 +0100 Subject: add theme diabook-blue, fix css --- view/theme/diabook/comment_item.tpl | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 view/theme/diabook/comment_item.tpl (limited to 'view/theme/diabook/comment_item.tpl') diff --git a/view/theme/diabook/comment_item.tpl b/view/theme/diabook/comment_item.tpl new file mode 100644 index 000000000..85176732b --- /dev/null +++ b/view/theme/diabook/comment_item.tpl @@ -0,0 +1,35 @@ +
+
+ + + + + + + +
+ $mytitle +
+
+ + + {{ if $qcomment }} +
    + {{ for $qcomment as $qc }} + + {{ endfor }} +
+ {{ endif }} + +
+ + +
+
+ +
-- cgit v1.2.3