include_once ('include/config.php'); // TODAS LOS PAISES $query = "SELECT name,url,iso FROM paises WHERE status = 1 order by name ASC"; $result = $mysqli->query($query) or die($mysqli->error.__LINE__); while($row = $result->fetch_assoc()){ $paises[] = $row;} $string2 = file_get_contents("content/sitemap.json"); $content = json_decode($string2, true); $meta_title = $content[0]['meta_title'] .$content[0]['meta_domain_name']; $meta_description = $content[0]['meta_description']; $title = $content[0]['title']; $subtitle = $content[0]['subtitle']; $content = $content[0]['content']; ?> include_once("include/head.php"); ?>