From 51d419e159de93c6ca7efaa1f1f69dc36eb3cb26 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Mon, 26 Mar 2012 09:09:14 +0200 Subject: [PATCH] themes: use duepuntozero tpls as default --- view/comment_item.tpl | 2 +- view/contact_template.tpl | 25 ++- view/conversation.tpl | 8 +- view/group_side.tpl | 35 ++-- view/jot.tpl | 80 ++++++--- view/nav.tpl | 169 ++++++------------ view/nets.tpl | 10 +- view/profile_vcard.tpl | 24 +-- view/saved_searches_aside.tpl | 23 ++- view/search_item.tpl | 125 +++++-------- view/theme/duepuntozero/contact_template.tpl | 25 --- view/theme/duepuntozero/group_side.tpl | 28 --- view/theme/duepuntozero/jot.tpl | 84 --------- view/theme/duepuntozero/nav.tpl | 68 ------- view/theme/duepuntozero/nets.tpl | 10 -- .../duepuntozero/saved_searches_aside.tpl | 14 -- view/theme/duepuntozero/search_item.tpl | 54 ------ view/theme/duepuntozero/wall_item.tpl | 78 -------- view/theme/duepuntozero/wallwall_item.tpl | 85 --------- .../comment_item.tpl | 2 +- view/theme/quattro/contact_template.tpl | 26 +++ .../conversation.tpl | 8 +- view/theme/quattro/group_side.tpl | 29 +++ view/theme/quattro/jot.tpl | 48 +++++ view/theme/quattro/nav.tpl | 131 ++++++++++++++ view/theme/quattro/nets.tpl | 12 ++ .../profile_vcard.tpl | 24 ++- view/theme/quattro/saved_searches_aside.tpl | 15 ++ view/theme/quattro/search_item.tpl | 91 ++++++++++ view/theme/quattro/wall_item.tpl | 90 ++++++++++ view/theme/quattro/wallwall_item.tpl | 96 ++++++++++ view/wall_item.tpl | 140 +++++++-------- view/wallwall_item.tpl | 159 ++++++++-------- 33 files changed, 909 insertions(+), 909 deletions(-) delete mode 100755 view/theme/duepuntozero/contact_template.tpl delete mode 100755 view/theme/duepuntozero/group_side.tpl delete mode 100755 view/theme/duepuntozero/jot.tpl delete mode 100755 view/theme/duepuntozero/nav.tpl delete mode 100755 view/theme/duepuntozero/nets.tpl delete mode 100755 view/theme/duepuntozero/saved_searches_aside.tpl delete mode 100755 view/theme/duepuntozero/search_item.tpl delete mode 100755 view/theme/duepuntozero/wall_item.tpl delete mode 100755 view/theme/duepuntozero/wallwall_item.tpl rename view/theme/{duepuntozero => quattro}/comment_item.tpl (100%) create mode 100755 view/theme/quattro/contact_template.tpl rename view/theme/{duepuntozero => quattro}/conversation.tpl (68%) create mode 100755 view/theme/quattro/group_side.tpl create mode 100755 view/theme/quattro/jot.tpl create mode 100755 view/theme/quattro/nav.tpl create mode 100755 view/theme/quattro/nets.tpl rename view/theme/{duepuntozero => quattro}/profile_vcard.tpl (71%) create mode 100755 view/theme/quattro/saved_searches_aside.tpl create mode 100755 view/theme/quattro/search_item.tpl create mode 100755 view/theme/quattro/wall_item.tpl create mode 100755 view/theme/quattro/wallwall_item.tpl diff --git a/view/comment_item.tpl b/view/comment_item.tpl index cde4ca3ca8..3503c3843e 100755 --- a/view/comment_item.tpl +++ b/view/comment_item.tpl @@ -11,13 +11,13 @@ $mytitle
+ {{ if $qcomment }} {{ for $qcomment as $qc }} $qc   {{ endfor }} {{ endif }} -