From dcbc0c0c9516adf616023615871439b4015fa686 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 1 Aug 2012 05:02:43 -0700 Subject: major theme re-org, only duepuntozero and slackr working atm --- view/tpl/contacts-template.tpl | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 view/tpl/contacts-template.tpl (limited to 'view/tpl/contacts-template.tpl') diff --git a/view/tpl/contacts-template.tpl b/view/tpl/contacts-template.tpl new file mode 100644 index 000000000..ecb342bf4 --- /dev/null +++ b/view/tpl/contacts-template.tpl @@ -0,0 +1,26 @@ +

$header{{ if $total }} ($total){{ endif }}

+ +{{ if $finding }}

$finding

{{ endif }} + +
+
+$desc + + +
+
+
+ +$tabs + + +{{ for $contacts as $contact }} + {{ inc contact_template.tpl }}{{ endinc }} +{{ endfor }} +
+ +$paginate + + + + -- cgit v1.2.3