include ('includes/php.iniset.inc.php'); include ('includes/globals.inc.php'); include ('includes/func.inc.php'); include ('includes/database.class.php'); session_start(); $page = !isset($_GET['page']) ? 'index' : $_GET['page']; // db //$db = dbconnect($DB_ACCESS); // header stranky if (file_exists('header/'.$page.'.php')) include('header/'.$page.'.php'); echo ''; ?>
>Servisné služby | Predaj nových vozidiel | >Akcie
include('pages/'.$page.'.php') ?>