diff options
author | friendica <info@friendica.com> | 2013-12-25 01:57:04 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-25 01:57:04 -0800 |
commit | fe00e9b2615dbc06ee0db82ca2c4334baa64e258 (patch) | |
tree | cd940d1b5b9aacf5455d92e95a2e324fbdffd546 /view/tpl/direntry_large.tpl | |
parent | 48f882c34b737205451a28da1238a38ec0d4af00 (diff) | |
download | volse-hubzilla-fe00e9b2615dbc06ee0db82ca2c4334baa64e258.tar.gz volse-hubzilla-fe00e9b2615dbc06ee0db82ca2c4334baa64e258.tar.bz2 volse-hubzilla-fe00e9b2615dbc06ee0db82ca2c4334baa64e258.zip |
extend the directory profiles a bit more
Diffstat (limited to 'view/tpl/direntry_large.tpl')
-rwxr-xr-x | view/tpl/direntry_large.tpl | 9 |
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}} |