if (isset($_GET['kategorie']) and !isset($kategorie)) $kategorie=$_GET['kategorie'];
if (!isset($kategorie)) $kategorie=0;
if (!file_exists('paths.php')) die("Fatální chyba: Nelze načíst soubor s cestami - paths.php");
else include 'paths.php';
if (!file_exists($path_conf.'config.php')) die("Fatální chyba: Nelze načíst soubor s konfigurací - ".$path_conf."config.php");
else include $path_conf.'config.php';
if (!file_exists($path_lib.'main.php')) die("Fatální chyba: Nelze načíst soubor se systémem!");
else include $path_lib.'main.php';
?>