From 03171fd7deeb8e564478273ebdbee77eeab4a6cd Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 14 Feb 2012 23:13:18 -0800 Subject: preliminary qcomment support, [nosmile] tag to disable smiley processing --- view/comment_item.tpl | 6 ++++++ view/head.tpl | 12 ++++++++++++ view/theme/duepuntozero/style.css | 14 ++++++++++++++ 3 files changed, 32 insertions(+) (limited to 'view') diff --git a/view/comment_item.tpl b/view/comment_item.tpl index a28fc411a..b29735227 100755 --- a/view/comment_item.tpl +++ b/view/comment_item.tpl @@ -12,6 +12,12 @@
+ {{ if $qcomment }} + {{ for $qcomment as $qc }} + $qc +   + {{ endfor }} + {{ endif }}