mirror of
https://github.com/friendica/friendica
synced 2025-04-27 09:50:12 +00:00
show tags (pub_keywords) in advanced profile
This commit is contained in:
parent
d79c3351ea
commit
75a62db9c5
3 changed files with 21 additions and 2 deletions
|
@ -44,6 +44,8 @@ function advanced_profile(&$a) {
|
|||
|
||||
if($a->profile['homepage']) $profile['homepage'] = array( t('Homepage:'), linkify($a->profile['homepage']) );
|
||||
|
||||
if($a->profile['pub_keywords']) $profile['pub_keywords'] = array( t('Tags:'), $a->profile['pub_keywords']);
|
||||
|
||||
if($a->profile['politic']) $profile['politic'] = array( t('Political Views:'), $a->profile['politic']);
|
||||
|
||||
if($a->profile['religion']) $profile['religion'] = array( t('Religion:'), $a->profile['religion']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue