From a59b7c97f45d0c17e925284a42e2610d734f1a24 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Fri, 17 Jan 2014 23:30:33 +0000 Subject: Missed these from git add...a year ago --- include/identity.php | 2 ++ view/tpl/profile_advanced.tpl | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/include/identity.php b/include/identity.php index 40a38808b..a99474d42 100644 --- a/include/identity.php +++ b/include/identity.php @@ -952,6 +952,8 @@ function advanced_profile(&$a) { if($txt = prepare_text($a->profile['contact'])) $profile['contact'] = array( t('Contact information and Social Networks:'), $txt); + if($txt = prepare_text($a->profile['channels'])) $profile['channels'] = array( t('My other channels:'), $txt); + if($txt = prepare_text($a->profile['music'])) $profile['music'] = array( t('Musical interests:'), $txt); if($txt = prepare_text($a->profile['book'])) $profile['book'] = array( t('Books, literature:'), $txt); 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 @@ {{/if}} +{{if $profile.channels}} +
+
{{$profile.channels.0}}
+
{{$profile.channels.1}}
+
+{{/if}} + {{if $profile.music}}
-- cgit v1.2.3