diff options
Diffstat (limited to 'view/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}} |