diff options
author | friendica <info@friendica.com> | 2012-02-11 01:24:29 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-11 01:24:29 -0800 |
commit | 75a62db9c5e59adbd1d8dc2d5e0ba3544df3a15e (patch) | |
tree | 75371c0d1217c46d6b8240385421bfa86b2a9a7d /view/profile_advanced.tpl | |
parent | d79c3351ea6692478a490f4225ea1009863dd65f (diff) | |
download | volse-hubzilla-75a62db9c5e59adbd1d8dc2d5e0ba3544df3a15e.tar.gz volse-hubzilla-75a62db9c5e59adbd1d8dc2d5e0ba3544df3a15e.tar.bz2 volse-hubzilla-75a62db9c5e59adbd1d8dc2d5e0ba3544df3a15e.zip |
show tags (pub_keywords) in advanced profile
Diffstat (limited to 'view/profile_advanced.tpl')
-rwxr-xr-x | view/profile_advanced.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/profile_advanced.tpl b/view/profile_advanced.tpl index 5cef25a2e..470404fc3 100755 --- a/view/profile_advanced.tpl +++ b/view/profile_advanced.tpl @@ -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> |