Missed these from git add...a year ago
This commit is contained in:
parent
1a76f1c659
commit
a59b7c97f4
@ -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);
|
||||
|
@ -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">
|
||||
|
Reference in New Issue
Block a user