Enlaces

[insert_php]
function match_uri($str)
{
preg_match(‘|^/([^/]+)|’, $str, $matches);
if (!isset($matches[1]))
return false;
return $matches[1];
}

$LANGUAGE = match_uri($_SERVER[‘REQUEST_URI’]);

if ($LANGUAGE==”es”) {
echo “ESPAÑOL
“;
}
[/insert_php]

Los siguientes enlaces pueden ser internos, a una página en este sitio, o externa, a una página en otro sitio. No somos responsables de sitios externos y ni siquiera podemos garantizar que los enlaces funcionen.

[carousel-horizontal-posts-content-slider]