From a0d19ffb7241a1c7a4b85e6d0fd58fbb2f718468 Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Sun, 6 Jan 2013 14:42:51 -0700 Subject: implement Smarty3 --- view/tpl/smarty3/contact_template.tpl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 view/tpl/smarty3/contact_template.tpl (limited to 'view/tpl/smarty3/contact_template.tpl') diff --git a/view/tpl/smarty3/contact_template.tpl b/view/tpl/smarty3/contact_template.tpl new file mode 100644 index 000000000..31b42fe87 --- /dev/null +++ b/view/tpl/smarty3/contact_template.tpl @@ -0,0 +1,17 @@ + +
+
+
+ + {{$contact.name}} + +
+ +
+
+
{{$contact.name}}
+ +
+
-- cgit v1.2.3 From 4281a95cbcc6a6bc2eae9ec0b393af9b0ec7b739 Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Sun, 6 Jan 2013 16:08:56 -0700 Subject: rebase and update themes --- view/tpl/smarty3/contact_template.tpl | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'view/tpl/smarty3/contact_template.tpl') diff --git a/view/tpl/smarty3/contact_template.tpl b/view/tpl/smarty3/contact_template.tpl index 31b42fe87..5cb0e8c20 100644 --- a/view/tpl/smarty3/contact_template.tpl +++ b/view/tpl/smarty3/contact_template.tpl @@ -1,17 +1,9 @@
-
- - {{$contact.name}} - -
- + {{$contact.name}}
-
{{$contact.name}}
- +
{{$contact.name}}
-- cgit v1.2.3