From 22f614feba8502a5fd040cc34dab2baa3087da3c Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 28 Dec 2013 17:04:23 -0800 Subject: a bit more backend work on things --- view/tpl/list_things.tpl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 view/tpl/list_things.tpl (limited to 'view') diff --git a/view/tpl/list_things.tpl b/view/tpl/list_things.tpl new file mode 100644 index 000000000..fb8935d82 --- /dev/null +++ b/view/tpl/list_things.tpl @@ -0,0 +1,13 @@ +{{if $things}} +{{foreach $things as $key => $items}} +{{$items.profile}} {{$key}} + +
+{{/foreach}} +{{/if}} -- cgit v1.2.3