From cb1c6dd1e37ccbbea47867faf0142e5d2f653624 Mon Sep 17 00:00:00 2001 From: Devlon Duthie Date: Sun, 25 Sep 2011 13:20:19 -0500 Subject: really commiting files this time, still getting the hang of git. some images added, some classes added to groupidebar, contacts sidebar notification flags moved out of nav and into banner for testbubble the testbubble css tweaks --- include/profile_advanced.php | 76 ++++++++++++++++++++++---------------------- 1 file changed, 38 insertions(+), 38 deletions(-) (limited to 'include/profile_advanced.php') diff --git a/include/profile_advanced.php b/include/profile_advanced.php index c1dfad66f..22e035fe6 100644 --- a/include/profile_advanced.php +++ b/include/profile_advanced.php @@ -12,8 +12,8 @@ if($a->profile['name']) { $o .= <<< EOT
-
$lbl_fullname
-
$fullname
+
$lbl_fullname
+
$fullname
EOT; @@ -25,8 +25,8 @@ if($a->profile['gender']) { $o .= <<< EOT
-
$lbl_gender
-
$gender
+
$lbl_gender
+
$gender
EOT; @@ -37,7 +37,7 @@ if(($a->profile['dob']) && ($a->profile['dob'] != '0000-00-00')) { $o .= <<< EOT
-
$lbl_birthday
+
$lbl_birthday
EOT; // If no year, add an arbitrary one so just we can parse the month and day. @@ -45,7 +45,7 @@ EOT; $year_bd_format = t('j F, Y'); $short_bd_format = t('j F'); -$o .= '
' +$o .= '
' . ((intval($a->profile['dob'])) ? day_translate(datetime_convert('UTC','UTC',$a->profile['dob'] . ' 00:00 +00:00',$year_bd_format)) : day_translate(datetime_convert('UTC','UTC','2001-' . substr($a->profile['dob'],6) . ' 00:00 +00:00',$short_bd_format))) @@ -59,8 +59,8 @@ if($age = age($a->profile['dob'],$a->profile['timezone'],'')) { $lbl_age = t('Age:'); $o .= <<< EOT
-
$lbl_age
-
$age
+
$lbl_age
+
$age
EOT; @@ -72,8 +72,8 @@ if($a->profile['marital']) { $o .= <<< EOT
-
$lbl_marital
-
$marital
+
$lbl_marital
+
$marital
EOT; if($a->profile['with']) { @@ -92,8 +92,8 @@ if($a->profile['sexual']) { $o .= <<< EOT
-
$lbl_sexual
-
$sexual
+
$lbl_sexual
+
$sexual
EOT; @@ -104,8 +104,8 @@ if($a->profile['homepage']) { $homepage = linkify($a->profile['homepage']); $o .= <<< EOT
-
$lbl_homepage
-
$homepage
+
$lbl_homepage
+
$homepage
EOT; @@ -116,8 +116,8 @@ if($a->profile['politic']) { $politic = $a->profile['politic']; $o .= <<< EOT
-
$lbl_politic
-
$politic
+
$lbl_politic
+
$politic
EOT; @@ -128,8 +128,8 @@ if($a->profile['religion']) { $religion = $a->profile['religion']; $o .= <<< EOT
-
$lbl_religion
-
$religion
+
$lbl_religion
+
$religion
EOT; @@ -138,9 +138,9 @@ if($txt = prepare_text($a->profile['about'])) { $lbl_about = t('About:'); $o .= <<< EOT
-
$lbl_about
+
$lbl_about

-
$txt
+
$txt
EOT; @@ -150,9 +150,9 @@ if($txt = prepare_text($a->profile['interest'])) { $lbl_interests = t('Hobbies/Interests:'); $o .= <<< EOT
-
$lbl_interests
+
$lbl_interests

-
$txt
+
$txt
EOT; @@ -162,9 +162,9 @@ if($txt = prepare_text($a->profile['contact'])) { $lbl_contact = t('Contact information and Social Networks:'); $o .= <<< EOT
-
$lbl_contact
+
$lbl_contact

-
$txt
+
$txt
EOT; @@ -174,9 +174,9 @@ if($txt = prepare_text($a->profile['music'])) { $lbl_music = t('Musical interests:'); $o .= <<< EOT
-
$lbl_music
+
$lbl_music

-
$txt
+
$txt
EOT; @@ -186,9 +186,9 @@ if($txt = prepare_text($a->profile['book'])) { $lbl_book = t('Books, literature:'); $o .= <<< EOT
-
$lbl_book
+
$lbl_book

-
$txt
+
$txt
EOT; @@ -198,9 +198,9 @@ if($txt = prepare_text($a->profile['tv'])) { $lbl_tv = t('Television:'); $o .= <<< EOT
-
$lbl_tv
+
$lbl_tv

-
$txt
+
$txt
EOT; @@ -210,9 +210,9 @@ if($txt = prepare_text($a->profile['film'])) { $lbl_film = t('Film/dance/culture/entertainment:'); $o .= <<< EOT
-
$lbl_film
+
$lbl_film

-
$txt
+
$txt
EOT; @@ -222,9 +222,9 @@ if($txt = prepare_text($a->profile['romance'])) { $lbl_romance = t('Love/Romance:'); $o .= <<< EOT
-
$lbl_romance
+
$lbl_romance

-
$txt
+
$txt
EOT; @@ -234,9 +234,9 @@ if($txt = prepare_text($a->profile['work'])) { $lbl_work = t('Work/employment:'); $o .= <<< EOT
-
$lbl_work
+
$lbl_work

-
$txt
+
$txt
EOT; @@ -246,9 +246,9 @@ if($txt = prepare_text($a->profile['education'])) { $lbl_education = t('School/education:'); $o .= <<< EOT
-
$lbl_education
+
$lbl_education

-
$txt
+
$txt
EOT; -- cgit v1.2.3