diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-10 08:18:58 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-10 08:18:58 -0700 |
commit | e3b86cc583c693071a9fda462f2145b7a5d55400 (patch) | |
tree | 34d41743edf77bec38883002ff615cd616100db4 /mod | |
parent | 44b19841360099cc3e78d1a3612f7aa23e2e6524 (diff) | |
download | volse-hubzilla-e3b86cc583c693071a9fda462f2145b7a5d55400.tar.gz volse-hubzilla-e3b86cc583c693071a9fda462f2145b7a5d55400.tar.bz2 volse-hubzilla-e3b86cc583c693071a9fda462f2145b7a5d55400.zip |
adding profile fields
Diffstat (limited to 'mod')
-rw-r--r-- | mod/profiles.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mod/profiles.php b/mod/profiles.php index 34678a237..c74586b07 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -225,6 +225,17 @@ function profiles_content(&$a) { '$sexual' => sexpref_selector($r[0]['sexual']), '$about' => $r[0]['about'], '$homepage' => $r[0]['homepage'], + '$politic' => $r[0]['politic'], + '$religion' => $r[0]['religion'], + '$music' => $r[0]['music'], + '$book' => $r[0]['book'], + '$tv' => $r[0]['tv'], + '$film' => $r[0]['film'], + '$interest' => $r[0]['interest'], + '$romance' => $r[0]['romance'], + '$work' => $r[0]['work'], + '$education' => $r[0]['education'], + '$contact' => $r[0]['contact'], '$profile_in_dir' => (($is_default) ? $profile_in_dir : '') )); |