include_once("./common.inc.php");
$strFileName = "cottagessea_rent.php";
$lngCottageType = 2;
$CountryId = getParam('CountryId');
$CottCityId = getParam('CottCityId');
if (!empty($CountryId) && is_numeric($CountryId)) {
$strTitle = "Отдых " . $arrCountrySecondName["$CountryId"] . ". Недвижимость для отдыха " . $arrCountrySecondName["$CountryId"] . ": коттеджи, виллы, дома в аренду";
$strTit = "Отдых " . $arrCountrySecondName["$CountryId"] . ". Недвижимость для отдыха " . $arrCountrySecondName["$CountryId"];
if (!empty($CottCityId) && is_numeric($CottCityId)) {
$strTitle = "Отдых " . $arrCountrySecondName["$CountryId"] . " " . $arrCitySecondName["$CottCityId"] . ". Недвижимость для отдыха " . $arrCountrySecondName["$CountryId"] . " " . $arrCitySecondName["$CottCityId"];
$strTit = "Отдых " . $arrCountrySecondName["$CountryId"] . " " . $arrCitySecondName["$CottCityId"] . ". Недвижимость для отдыха " . $arrCountrySecondName["$CountryId"];
}
}
else
{
$strTitle = "Отдых в Европе. Недвижимость в Европе: виллы, апартаменты, коттеджи, дома для отдыха";
$strTit = $strTitle;
}
$strKeywords = $strTitle . " " . $arrCityName["$CottCityId"] . " " . $arrCountryName["$CountryId"];
$strDescription = $strTitle . " | Агентство недвижимости 'Аренда в Европе'";
$strAlt = $strTitle;
include_once("./header.inc.php");
?>
" . $strContent . "
";
}
/*
if ("" != $arrcontent2["$CountryId"][0] && "" == $arrQueryInfo['lngPage']) {
$strContent = nl2br($arrcontent2["$CountryId"][0]);
echo "
" . $strContent . "
";
}
*/
include_once("./footer.inc.php");
?>