0 && in_array("philosophy", $addPages); if (isset($msPage) == false || $isDisplayed == false) { $link = "about.html?cid={$crestId}"; header ("Location: ".$link); exit; } $sections = $msPage->getSections(); $rsSection = isset($sections) && count($sections) > 0 ? $sections["sales"] : NULL; $rsTitle = isset($rsSection) ? $rsSection->getTitle() : "Recent Sales"; ?> getTitle()." :: ". $agent->getNameNice()); include("meta.inc"); ?>

getTitle()) ?>

getContent(); ?>
getSoldProperties(); if (isset($soldProps) && count($soldProps) > 0) { ?>

"; $photoUrl = $soldProp->getPhotoUrl(); if (isset($photoUrl) && strlen($photoUrl) > 0) { echo "
"; $w = $soldProp->getPhotoWidth(); $h = $soldProp->getPhotoHeight(); $caption = $soldProp->getPhotoTitle(); echo ""; if (isset($caption) && strlen($caption) > 0) { echo "
"; echo "".htmlspecialchars($caption).""; } echo "
\n"; echo "
\n"; } else { echo "
\n"; } echo "

".htmlspecialchars($soldProp->getPropAddress())."

"; $highlight = $soldProp->getPropHighlight(); if (isset($highlight) && strlen($highlight) > 0) { echo "

".htmlspecialchars($highlight)."

"; } echo "

".HtmlFormat($soldProp->getPropDescrip())."

"; echo "
\n"; } } ?>