1
0
Fork 0

show tags (pub_keywords) in advanced profile

This commit is contained in:
friendica 2012-02-11 01:24:29 -08:00
commit 75a62db9c5
3 changed files with 21 additions and 2 deletions

View file

@ -40,6 +40,13 @@
</dl>
{{ endif }}
{{ if $profile.pub_keywords }}
<dl id="aprofile-tags" class="aprofile">
<dt>$profile.pub_keywords.0</dt>
<dd>$profile.pub_keywords.1</dd>
</dl>
{{ endif }}
{{ if $profile.homepage }}
<dl id="aprofile-homepage" class="aprofile">
<dt>$profile.homepage.0</dt>