require_once('lib.php'); require_once('recaptcha/autoload.php'); switch (@$_GET['lang']) { case "en": include('lang_en.php'); break; case "se": case "sv": include('lang_se.php'); break; case "fi": default: include('lang_fi.php'); break; } include('tukku_base.php'); if (@$_REQUEST['brand'] && ($_REQUEST['brand'] == 'mustang' || $_REQUEST['brand'] == 'rento' || $_REQUEST['brand'] == 'maku')) { $brand = $_REQUEST['brand']; include($brand.'_'.$lang['xml_lang'].'.php'); $brandfile = $brand.'_'.$lang['xml_lang'].'.php'; } else { $brand = NULL; } ?>
if (!$brand) { ?> } elseif ($brand == 'mustang') { ?> } elseif ($brand == 'maku') { ?> } elseif ($brand == 'rento') { ?> } ?>