ror_reporting(0); include("settings.inc.php"); if($_GET["lang"] != "") { $lang = $_GET["lang"]; } else { $lang = 173; } if($_GET["page_lang"] != "") { $lang = $_GET["page_lang"]; } include("cp/translations.php"); if($_GET["parent"] != "") { $parent = $_GET["parent"]; } else { $parent = 0; } $mpage = $_GET["mpage"]; if($mpage == "") { $mpage = 13; } $today = mktime(0, 0, 0, date("m"), date("d"), date("Y")); $cur_page = basename($_SERVER['PHP_SELF']); $result_text_index1 = mysql_query("SELECT * FROM sitecontent WHERE language = '".$lang."' AND mpage='1' ORDER BY id DESC LIMIT 1"); $row_text_index1 = mysql_fetch_array($result_text_index1); $text_main_index0 = $row_text_index1["title"]; $text_main_index1 = $row_text_index1["content"]; $text_main_index2 = $row_text_index1["subcontent"]; $text_main_index3 = $row_text_index1["copyright"]; $text_main_mtitle1 = $row_text_index1["meta_title"]; $text_main_mkw1 = $row_text_index1["meta_keywords"]; $text_main_mdesc1 = $row_text_index1["meta_description"]; $result_socials = mysql_query("SELECT * FROM social_media_used WHERE media_cat='comp' AND id_company=0 AND id_social = 1"); $row_socials = mysql_fetch_array($result_socials); $result_cont = mysql_query("SELECT * FROM sitecontact WHERE language = '".$lang."' ORDER BY id DESC LIMIT 0, 1"); $row_cont = mysql_fetch_array($result_cont); $text_address = $row_cont["address"]; $text_tk = $row_cont["tk"]; $text_city = $row_cont["city"]; $text_country = $row_cont["country"]; $text_tel = $row_cont["tel"]; $text_more = $row_cont["more"]; $text_fax = $row_cont["fax"]; $text_email = $row_cont["email"]; $text_more = $row_cont["more"]; if($row_cont["map_type"] != "") { $map_type = $row_cont["map_type"]; } else { $map_type = "ROADMAP"; } ?> ::