if (isset($_GET['lang'])) $lang=$_GET['lang']; else $lang="pl"; include "___tlumaczenia.php"; include "common.php"; $link=dbConnect(); if(is_file('./seo_desc_key_'.$lang.'.ini')) { $SEO = parse_ini_file('seo_desc_key_'.$lang.'.ini', true); } switch($_GET['inc']) { case '_pstr.o_nas': $sekcja = 'onas'; break; case '_pstr.oferta': $sekcja = 'oferta'; break; case '_pstr.partnerzy': $sekcja = 'partnerzy'; break; case '_pstr.wspolpraca': $sekcja = 'wspolpraca'; break; case '_pstr.zap_ofert': $sekcja = 'zapytanie_ofertowe'; break; case '_pstr.kontakt': $sekcja = 'kontakt'; break; default: $sekcja = 'index'; } ?>