1)){ include 'tmpl/'.$lang.'/models.php'; }elseif($section == 'models'){ include 'tmpl/'.$lang.'/modellist.php'; }elseif($section == 'cars'){ include 'tmpl/'.$lang.'/cars.php'; }elseif($section == 'stock'){ include 'tmpl/'.$lang.'/stock.php'; }elseif($section == 'addnewcar'){ include 'tmpl/'.$lang.'/addcar.php'; }elseif($section == 'search'){ include 'tmpl/'.$lang.'/search.php'; }elseif($section == 'news'){ include 'tmpl/'.$lang.'/news.php'; }else{ include 'tmpl/'.$lang.'/stat.php'; } $mysqli->close(); ?>