include_once ('include/config.php'); $active='#world'; $string2 = file_get_contents("content/world.json"); $content = json_decode($string2, true); $meta_title = $content[0]['meta_title'] .$content[0]['meta_domain_name']; $meta_description = $content[0]['meta_description']; $world_title = $content[0]['world_title']; $world_subtitle = $content[0]['world_subtitle']; // 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;} include_once("include/head.php"); ?>