getMembers(); // load the member passed in $cid = $_GET['cid']; $agent = Admin::getInstanceOnCrestId($cid); if (isset($agent) == false) { $link = "index.html"; header ("Location: ".$link); exit; } ?> About <?= htmlspecialchars($agent->getNameNice()) ?>

About getNameNice()) ?>

getPhotoUrl(); if (isset($photoUrl) == false || strlen($photoUrl) == 0) { $photoUrl = "1111111.jpg"; } $photo = "/images/agents/".$photoUrl; echo "
\"".htmlspecialchars($agent-getNameNice())."\"/>
"; echo "
"; $welcomeMsg = $agent->getWelcomeMsg(); if (isset($welcomeMsg) && strlen($welcomeMsg) > 0) { echo HtmlFormat($welcomeMsg); } else { include("/home/cbhprope/public_html/gasper/_inc/welcomemsg-default.inc"); } echo "
"; ?>