EOT;
}
-if($txt = bbcode($a->profile['about'])) {
+if($txt = prepare_body($a->profile['about'])) {
$o .= <<< EOT
<div id="advanced-profile-about-wrapper" >
<div id="advanced-profile-about-text">About:</div>
EOT;
}
-if($txt = bbcode($a->profile['interest'])) {
+if($txt = prepare_body($a->profile['interest'])) {
$o .= <<< EOT
<div id="advanced-profile-interest-wrapper" >
<div id="advanced-profile-interest-text">Hobbies/Interests:</div>
EOT;
}
-if($txt = bbcode($a->profile['contact'])) {
+if($txt = prepare_body($a->profile['contact'])) {
$o .= <<< EOT
<div id="advanced-profile-contact-wrapper" >
<div id="advanced-profile-contact-text">Contact information and Social Networks:</div>
EOT;
}
-if($txt = bbcode($a->profile['music'])) {
+if($txt = prepare_body($a->profile['music'])) {
$o .= <<< EOT
<div id="advanced-profile-music-wrapper" >
<div id="advanced-profile-music-text">Musical interests:</div>
EOT;
}
-if($txt = bbcode($a->profile['book'])) {
+if($txt = prepare_body($a->profile['book'])) {
$o .= <<< EOT
<div id="advanced-profile-book-wrapper" >
<div id="advanced-profile-book-text">Books, literature:</div>
EOT;
}
-if($txt = bbcode($a->profile['tv'])) {
+if($txt = prepare_body($a->profile['tv'])) {
$o .= <<< EOT
<div id="advanced-profile-tv-wrapper" >
<div id="advanced-profile-tv-text">Television:</div>
EOT;
}
-if($txt = bbcode($a->profile['film'])) {
+if($txt = prepare_body($a->profile['film'])) {
$o .= <<< EOT
<div id="advanced-profile-film-wrapper" >
<div id="advanced-profile-film-text">Film/dance/culture/entertainment:</div>
EOT;
}
-if($txt = bbcode($a->profile['romance'])) {
+if($txt = prepare_body($a->profile['romance'])) {
$o .= <<< EOT
<div id="advanced-profile-romance-wrapper" >
<div id="advanced-profile-romance-text">Love/romance:</div>
EOT;
}
-if($txt = bbcode($a->profile['work'])) {
+if($txt = prepare_body($a->profile['work'])) {
$o .= <<< EOT
<div id="advanced-profile-work-wrapper" >
<div id="advanced-profile-work-text">Work/employment:</div>
EOT;
}
-if($txt = bbcode($a->profile['education'])) {
+if($txt = prepare_body($a->profile['education'])) {
$o .= <<< EOT
<div id="advanced-profile-education-wrapper" >
<div id="advanced-profile-education-text">School/education:</div>
EOT;
}
-if($txt = bbcode($a->profile['about'])) {
+if($txt = prepare_body($a->profile['about'])) {
$o .= <<< EOT
<div id="advanced-profile-about-wrapper" >
<div id="advanced-profile-about-text">About:</div>
EOT;
}
-if($txt = bbcode($a->profile['interest'])) {
+if($txt = prepare_body($a->profile['interest'])) {
$o .= <<< EOT
<div id="advanced-profile-interest-wrapper" >
<div id="advanced-profile-interest-text">Hobbies/Interests:</div>
EOT;
}
-if($txt = bbcode($a->profile['contact'])) {
+if($txt = prepare_body($a->profile['contact'])) {
$o .= <<< EOT
<div id="advanced-profile-contact-wrapper" >
<div id="advanced-profile-contact-text">Contact information and Social Networks:</div>
EOT;
}
-if($txt = bbcode($a->profile['music'])) {
+if($txt = prepare_body($a->profile['music'])) {
$o .= <<< EOT
<div id="advanced-profile-music-wrapper" >
<div id="advanced-profile-music-text">Musical interests:</div>
EOT;
}
-if($txt = bbcode($a->profile['book'])) {
+if($txt = prepare_body($a->profile['book'])) {
$o .= <<< EOT
<div id="advanced-profile-book-wrapper" >
<div id="advanced-profile-book-text">Books, literature:</div>
EOT;
}
-if($txt = bbcode($a->profile['tv'])) {
+if($txt = prepare_body($a->profile['tv'])) {
$o .= <<< EOT
<div id="advanced-profile-tv-wrapper" >
<div id="advanced-profile-tv-text">Television:</div>
EOT;
}
-if($txt = bbcode($a->profile['film'])) {
+if($txt = prepare_body($a->profile['film'])) {
$o .= <<< EOT
<div id="advanced-profile-film-wrapper" >
<div id="advanced-profile-film-text">Film/dance/culture/entertainment:</div>
EOT;
}
-if($txt = bbcode($a->profile['romance'])) {
+if($txt = prepare_body($a->profile['romance'])) {
$o .= <<< EOT
<div id="advanced-profile-romance-wrapper" >
<div id="advanced-profile-romance-text">Love/romance:</div>
EOT;
}
-if($txt = bbcode($a->profile['work'])) {
+if($txt = prepare_body($a->profile['work'])) {
$o .= <<< EOT
<div id="advanced-profile-work-wrapper" >
<div id="advanced-profile-work-text">Work/employment:</div>
EOT;
}
-if($txt = bbcode($a->profile['education'])) {
+if($txt = prepare_body($a->profile['education'])) {
$o .= <<< EOT
<div id="advanced-profile-education-wrapper" >
<div id="advanced-profile-education-text">School/education:</div>
EOT;
}
-if($txt = bbcode($a->profile['about'])) {
+if($txt = prepare_body($a->profile['about'])) {
$o .= <<< EOT
<div id="advanced-profile-about-wrapper" >
<div id="advanced-profile-about-text">About:</div>
EOT;
}
-if($txt = bbcode($a->profile['interest'])) {
+if($txt = prepare_body($a->profile['interest'])) {
$o .= <<< EOT
<div id="advanced-profile-interest-wrapper" >
<div id="advanced-profile-interest-text">Hobbies/Interests:</div>
EOT;
}
-if($txt = bbcode($a->profile['contact'])) {
+if($txt = prepare_body($a->profile['contact'])) {
$o .= <<< EOT
<div id="advanced-profile-contact-wrapper" >
<div id="advanced-profile-contact-text">Contact information and Social Networks:</div>
EOT;
}
-if($txt = bbcode($a->profile['music'])) {
+if($txt = prepare_body($a->profile['music'])) {
$o .= <<< EOT
<div id="advanced-profile-music-wrapper" >
<div id="advanced-profile-music-text">Musical interests:</div>
EOT;
}
-if($txt = bbcode($a->profile['book'])) {
+if($txt = prepare_body($a->profile['book'])) {
$o .= <<< EOT
<div id="advanced-profile-book-wrapper" >
<div id="advanced-profile-book-text">Books, literature:</div>
EOT;
}
-if($txt = bbcode($a->profile['tv'])) {
+if($txt = prepare_body($a->profile['tv'])) {
$o .= <<< EOT
<div id="advanced-profile-tv-wrapper" >
<div id="advanced-profile-tv-text">Television:</div>
EOT;
}
-if($txt = bbcode($a->profile['film'])) {
+if($txt = prepare_body($a->profile['film'])) {
$o .= <<< EOT
<div id="advanced-profile-film-wrapper" >
<div id="advanced-profile-film-text">Film/dance/culture/entertainment:</div>
EOT;
}
-if($txt = bbcode($a->profile['romance'])) {
+if($txt = prepare_body($a->profile['romance'])) {
$o .= <<< EOT
<div id="advanced-profile-romance-wrapper" >
<div id="advanced-profile-romance-text">Love/romance:</div>
EOT;
}
-if($txt = bbcode($a->profile['work'])) {
+if($txt = prepare_body($a->profile['work'])) {
$o .= <<< EOT
<div id="advanced-profile-work-wrapper" >
<div id="advanced-profile-work-text">Work/employment:</div>
EOT;
}
-if($txt = bbcode($a->profile['education'])) {
+if($txt = prepare_body($a->profile['education'])) {
$o .= <<< EOT
<div id="advanced-profile-education-wrapper" >
<div id="advanced-profile-education-text">School/education:</div>
EOT;
}
-if($txt = bbcode($a->profile['about'])) {
+if($txt = prepare_body($a->profile['about'])) {
$o .= <<< EOT
<div id="advanced-profile-about-wrapper" >
<div id="advanced-profile-about-text">Informazioni varie:</div>
EOT;
}
-if($txt = bbcode($a->profile['interest'])) {
+if($txt = prepare_body($a->profile['interest'])) {
$o .= <<< EOT
<div id="advanced-profile-interest-wrapper" >
<div id="advanced-profile-interest-text">Hobbie/Interessi:</div>
EOT;
}
-if($txt = bbcode($a->profile['contact'])) {
+if($txt = prepare_body($a->profile['contact'])) {
$o .= <<< EOT
<div id="advanced-profile-contact-wrapper" >
<div id="advanced-profile-contact-text">Informazioni su contatti e Social Networks:</div>
EOT;
}
-if($txt = bbcode($a->profile['music'])) {
+if($txt = prepare_body($a->profile['music'])) {
$o .= <<< EOT
<div id="advanced-profile-music-wrapper" >
<div id="advanced-profile-music-text">Interessi musicali:</div>
EOT;
}
-if($txt = bbcode($a->profile['book'])) {
+if($txt = prepare_body($a->profile['book'])) {
$o .= <<< EOT
<div id="advanced-profile-book-wrapper" >
<div id="advanced-profile-book-text">Libri, letteratura:</div>
EOT;
}
-if($txt = bbcode($a->profile['tv'])) {
+if($txt = prepare_body($a->profile['tv'])) {
$o .= <<< EOT
<div id="advanced-profile-tv-wrapper" >
<div id="advanced-profile-tv-text">Televisione:</div>
EOT;
}
-if($txt = bbcode($a->profile['film'])) {
+if($txt = prepare_body($a->profile['film'])) {
$o .= <<< EOT
<div id="advanced-profile-film-wrapper" >
<div id="advanced-profile-film-text">Film/danza/cultura/intrattenimento:</div>
EOT;
}
-if($txt = bbcode($a->profile['romance'])) {
+if($txt = prepare_body($a->profile['romance'])) {
$o .= <<< EOT
<div id="advanced-profile-romance-wrapper" >
<div id="advanced-profile-romance-text">Amore/romanticismo:</div>
EOT;
}
-if($txt = bbcode($a->profile['work'])) {
+if($txt = prepare_body($a->profile['work'])) {
$o .= <<< EOT
<div id="advanced-profile-work-wrapper" >
<div id="advanced-profile-work-text">Lavoro/impiego:</div>
EOT;
}
-if($txt = bbcode($a->profile['education'])) {
+if($txt = prepare_body($a->profile['education'])) {
$o .= <<< EOT
<div id="advanced-profile-education-wrapper" >
<div id="advanced-profile-education-text">Scuola/educazione:</div>