diff options
author | Thomas Willingham <founder@kakste.com> | 2014-01-17 23:30:33 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-01-17 23:30:33 +0000 |
commit | a59b7c97f45d0c17e925284a42e2610d734f1a24 (patch) | |
tree | c70279af56fc8a6731e2d46b40ea1f4c93314834 /view/tpl/profile_advanced.tpl | |
parent | 1a76f1c65952af16be6f00cde9317b817028f1b6 (diff) | |
download | volse-hubzilla-a59b7c97f45d0c17e925284a42e2610d734f1a24.tar.gz volse-hubzilla-a59b7c97f45d0c17e925284a42e2610d734f1a24.tar.bz2 volse-hubzilla-a59b7c97f45d0c17e925284a42e2610d734f1a24.zip |
Missed these from git add...a year ago
Diffstat (limited to 'view/tpl/profile_advanced.tpl')
-rwxr-xr-x | view/tpl/profile_advanced.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/tpl/profile_advanced.tpl b/view/tpl/profile_advanced.tpl index 9f17a0ffa..f25608430 100755 --- a/view/tpl/profile_advanced.tpl +++ b/view/tpl/profile_advanced.tpl @@ -111,6 +111,13 @@ </dl> {{/if}} +{{if $profile.channels}} +<dl id="aprofile-channels" class="aprofile"> + <dt>{{$profile.channels.0}}</dt> + <dd>{{$profile.channels.1}}</dd> +</dl> +{{/if}} + {{if $profile.music}} <dl id="aprofile-music" class="aprofile"> |