diff options
author | friendica <info@friendica.com> | 2014-01-18 21:46:16 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-18 21:46:16 -0800 |
commit | 3f7032e542e3c451507fc9266ab3536155c8190f (patch) | |
tree | 62c0842da5da6d30b2ad8bc77a1f1bc55e423cc2 /view | |
parent | db67f08d3c3ae3925479844e0f9b25bab13dabdc (diff) | |
parent | 331609cb871517bd35416669492488a3bc14702d (diff) | |
download | volse-hubzilla-3f7032e542e3c451507fc9266ab3536155c8190f.tar.gz volse-hubzilla-3f7032e542e3c451507fc9266ab3536155c8190f.tar.bz2 volse-hubzilla-3f7032e542e3c451507fc9266ab3536155c8190f.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view')
-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"> |