From cbc60d525e9140169c3b2d03998c53907b2fa3a7 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Thu, 23 Feb 2012 11:22:32 +0100 Subject: quattro post preview, style contacts pages, style for "shiny" class, fix contacts list in profile aside. remove html from viewcontacts.php and contacts.php use contact_template.tpl to print contacts also in viewcontacts --- view/theme/duepuntozero/contact_template.tpl | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 view/theme/duepuntozero/contact_template.tpl (limited to 'view/theme/duepuntozero/contact_template.tpl') diff --git a/view/theme/duepuntozero/contact_template.tpl b/view/theme/duepuntozero/contact_template.tpl new file mode 100755 index 000000000..48930b48a --- /dev/null +++ b/view/theme/duepuntozero/contact_template.tpl @@ -0,0 +1,25 @@ + +
+
+
+ + $contact.name + + {{ if $contact.photo_menu }} + menu +
+
    + $contact.photo_menu +
+
+ {{ endif }} +
+ +
+
+
$contact.name
+ +
+
-- cgit v1.2.3