"; include("include/common.php"); /* iconv_set_encoding("internal_encoding", "UTF-8"); iconv_set_encoding("output_encoding", "UTF-8"); */ ini_set('default_charset', 'UTF-8'); $strType = $_GET['type']; $strMLS_ID = $_GET['mID']; $Breadcrumbs = ""; $nListingID = getListingIDFromGrid($strMLS_ID); if ($nListingID > 0) { $listingShortTitle = getListingShortTitle($nListingID); if (strlen($listingShortTitle) > 1) { $strBackLinkURL = "http://www.boston-condo.com/"; $strURLListingName = str_replace(" ", "-", $listingShortTitle); $strBackLinkURL .= $strURLListingName; $Breadcrumbs = " Home » Boston Luxury Condos » " . $listingShortTitle . ""; } } include("$config[template_path]/new_user_top_no_featured2.html"); $strUrl = "http://www.boston-condo.com/Details_"; $strUrl .= $strType; $strUrl .= "_noheader.htm?"; //$arrAreas = $_GET['tareas']; $strMLS_ID = $_GET['mID']; $strUrl .= "&mID=$strMLS_ID&code=bc"; //echo $strUrl; $strContent = file_get_contents($strUrl); echo "
"; echo $strContent; include("$config[template_path]/new_user_bottom_no_featured.html"); ?>