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/remote_friends_common.tpl | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 view/tpl/smarty3/remote_friends_common.tpl (limited to 'view/tpl/smarty3/remote_friends_common.tpl') diff --git a/view/tpl/smarty3/remote_friends_common.tpl b/view/tpl/smarty3/remote_friends_common.tpl new file mode 100644 index 000000000..b68e1c347 --- /dev/null +++ b/view/tpl/smarty3/remote_friends_common.tpl @@ -0,0 +1,21 @@ +
+
{{$desc}}      {{if $linkmore}}{{$more}}{{/if}}
+ {{if $items}} + {{foreach $items as $item}} +
+
+ + {{$item.name}} + +
+
+ +
+
+ {{/foreach}} + {{/if}} +
+
+ -- cgit v1.2.3