From 51d419e159de93c6ca7efaa1f1f69dc36eb3cb26 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Mon, 26 Mar 2012 09:09:14 +0200 Subject: 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 | 82 +++++++---- view/nav.tpl | 165 +++++++---------------- view/nets.tpl | 10 +- view/profile_vcard.tpl | 24 +--- view/saved_searches_aside.tpl | 19 ++- view/search_item.tpl | 123 ++++++----------- view/theme/duepuntozero/comment_item.tpl | 32 ----- view/theme/duepuntozero/contact_template.tpl | 25 ---- view/theme/duepuntozero/conversation.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 -- view/theme/duepuntozero/profile_vcard.tpl | 47 ------- view/theme/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 ------------ view/theme/quattro/comment_item.tpl | 32 +++++ view/theme/quattro/contact_template.tpl | 26 ++++ view/theme/quattro/conversation.tpl | 23 ++++ 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 ++ view/theme/quattro/profile_vcard.tpl | 63 +++++++++ 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 | 138 +++++++++---------- view/wallwall_item.tpl | 153 ++++++++++----------- 36 files changed, 995 insertions(+), 995 deletions(-) delete mode 100755 view/theme/duepuntozero/comment_item.tpl delete mode 100755 view/theme/duepuntozero/contact_template.tpl delete mode 100755 view/theme/duepuntozero/conversation.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/profile_vcard.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 create mode 100755 view/theme/quattro/comment_item.tpl create mode 100755 view/theme/quattro/contact_template.tpl create mode 100755 view/theme/quattro/conversation.tpl 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 create mode 100755 view/theme/quattro/profile_vcard.tpl 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 cde4ca3ca..3503c3843 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 }} -