ob_start();
setcookie(strona_Duodent2, protetyka, time() + ((3600 * 12) * 1));
if (isset($_GET['lang_Duodent2']))
setcookie(lang_Duodent2, $_GET['lang_Duodent2'], time() + ((3600 * 12) * 1));
else {
if (!isset($_COOKIE['lang_Duodent2']) OR empty($_COOKIE['lang_Duodent2']))
$_GET['lang_Duodent2'] = "PL";
else
$_GET['lang_Duodent2'] = $_COOKIE['lang_Duodent2'];
}
include '_WersjaResponsywna.php';
include '_WersjaMobilna.php';
?>
DUODENT2 Stomatologia
include 'Cms_Duo_638/cfg.php';
$strona = "strona_".$firma;
$$strona = "protetyka";
if (!$_COOKIE['lang_'.$firma]) {
$_COOKIE['lang_'.$firma] = "PL";
}
include 'lang.php';
include 'lang_choosee.php';
// include 'flagi.php';
// include 'menu_gora.php';
include 'lang_txt.php';
?>
print ('
');
?>
include 'menu.php';
?>
print ('
');
include 'menu_prawe.php';
include $$strona.'_txt.php';
include 'index_galeria_skroler.php';
?>
include 'menu_dol.php';
include 'stopka_copyright.php';
include 'stopka_planfirm.php';
?>