/* QuiteCMS by Zoltan Kallay */ /* This file must be saved encoded as UTF-8 without BOM */ $baseDirRaw = 'content'; @$lang = $_GET['Lang']; @$page = $_GET['Page']; @$editor = $_GET['Editor']; if ($lang == '') { $baseDir = $baseDirRaw.'/'; } else { $baseDir = $baseDirRaw.'-'.$lang.'/'; }; if ($editor == 'true') { $baseDirAdmin = 'admin/'; require( $baseDirAdmin."access.php" ); }; $menuItemBefore = "