Links

[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==”en”) {
echo “ENGLISH
“;
}
[/insert_php]

The links below may be internal, to a page on this site, or external, to a page on some other site. We are not responsible for external sites and cannot even guarantee that the links will work.

[carousel-horizontal-posts-content-slider]

gherman