aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-03 23:08:56 -0700
committerfriendica <info@friendica.com>2013-07-03 23:08:56 -0700
commitec38f1d5dbe75ee8bb66a904414266a7391412d4 (patch)
tree570907a772c17b5e355c6e92e3b79a91486dac0d
parent6f390330ff45c2b636a20c2c4e32e70c74523d6a (diff)
downloadvolse-hubzilla-ec38f1d5dbe75ee8bb66a904414266a7391412d4.tar.gz
volse-hubzilla-ec38f1d5dbe75ee8bb66a904414266a7391412d4.tar.bz2
volse-hubzilla-ec38f1d5dbe75ee8bb66a904414266a7391412d4.zip
first template
-rwxr-xr-xview/tpl/profile_advanced.tpl13
1 files changed, 12 insertions, 1 deletions
diff --git a/view/tpl/profile_advanced.tpl b/view/tpl/profile_advanced.tpl
index f8743c011..8075b0bb6 100755
--- a/view/tpl/profile_advanced.tpl
+++ b/view/tpl/profile_advanced.tpl
@@ -170,6 +170,17 @@
</dl>
{{/if}}
-
+{{if $things}}
+{{foreach $things as $key => $items}}
+<b>{{$profile.fullname.1}} {{$key}}</b>
+<ul class="profile-thing-list">
+{{foreach $items as $item}}
+<li>{{if $item.img}}<img src="{{$item.img}}" width="100" height="100" alt="{{$item.term}}" />{{/if}}
+<a href="{{$item.url}}" >{{$item.term}}</a>
+</li>
+{{/foreach}}
+</ul>
+{{/foreach}}
+{{/if}}