<base href="{$requestPaths.fullBasePath}" />
<script><xen:comment>/* Chrome bug and for Google cache */</xen:comment>
    var _b = document.getElementsByTagName('base')[0], _bH = "{xen:jsescape $requestPaths.fullBasePath}";
    if (_b && _b.href != _bH) _b.href = _bH;
</script>$host = $request->getServer('HTTP_HOST');
if (!$host)
{
        $host = $request->getServer('SERVER_NAME');
        $serverPort = intval($request->getServer('SERVER_PORT'));
        if ($serverPort && $serverPort != 80 && $serverPort != 443)
        {
                $host .= ':' . $serverPort;
        }
}$host = $request->getServer('SERVER_NAME');We use essential cookies to make this site work, and optional cookies to enhance your experience.