aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-25 01:57:04 -0800
committerfriendica <info@friendica.com>2013-12-25 01:57:04 -0800
commitfe00e9b2615dbc06ee0db82ca2c4334baa64e258 (patch)
treecd940d1b5b9aacf5455d92e95a2e324fbdffd546 /view
parent48f882c34b737205451a28da1238a38ec0d4af00 (diff)
downloadvolse-hubzilla-fe00e9b2615dbc06ee0db82ca2c4334baa64e258.tar.gz
volse-hubzilla-fe00e9b2615dbc06ee0db82ca2c4334baa64e258.tar.bz2
volse-hubzilla-fe00e9b2615dbc06ee0db82ca2c4334baa64e258.zip
extend the directory profiles a bit more
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/direntry_large.tpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/view/tpl/direntry_large.tpl b/view/tpl/direntry_large.tpl
index c71dd0eb9..a1800c994 100755
--- a/view/tpl/direntry_large.tpl
+++ b/view/tpl/direntry_large.tpl
@@ -18,6 +18,15 @@
{{if $sexual}}
<div class="directory-sexual">{{$sexual}} </div>
{{/if}}
+{{if $homepage}}
+<div class="directory-homepage">{{$homepage}} </div>
+{{/if}}
+{{if $hometown}}
+<div class="directory-hometown">{{$hometown}} </div>
+{{/if}}
+{{if $about}}
+<div class="directory-about">{{$about}} </div>
+{{/if}}
{{if $kw}}
<div class="directory-keywords">{{$kw}} {{$keywords}}</div>
{{/if}}