/* QuiteCMS by Zoltan Kallay */ /* This file must be saved encoded as UTF-8 without BOM */ $baseDirRaw = 'content'; $lang = $_GET['Lang'] ?? ''; $page = $_GET['Page'] ?? ''; $title = ''; if ($page != '') { if ( strpos($page, "__") ) { $page = substr($page, 0, strpos($page, "__") ); }; }; if ($lang == '') { $baseDir = $baseDirRaw.'/'; } else { $baseDir = $baseDirRaw.'-'.$lang.'/'; }; $menuItemBefore = "