require 'con2.php';
require 'lang.php';
$result_of2 = mysqli_query($con,"SELECT * FROM data02 WHERE url_friendly".$lang2_2."='".$_GET['i']."'");
$row_of2 = mysqli_fetch_array($result_of2);
?>
if ($row_of2['url_friendly'.$lang2_2.''] == '' ){
$result_h = mysqli_query($con,"SELECT * FROM data02 WHERE i='119' ");
$row_h = mysqli_fetch_array($result_h);
echo $row_h['meta_title'];
}
if (isset($row_of2['meta_title'.$lang2_2.''])) { echo $row_of2['meta_title'.$lang2_2.'']; }
else {
if (isset($row_of2['nombre'.$lang2_2.''])) { echo $row_of2['nombre'.$lang2_2.'']; } else {
if (isset($_GET['i'])) { echo ucfirst($_GET['i']); }
}
}?>
"/>
if ($_GET['i'] == '' ) { include 'home.php';} else { include'dispatcher.php';} ?>