echo ' '; /* $start = mktime(11, 0, 0, 7, 19, 2010); $now = time(); if(($start > $now) && ($_SESSION["adminlevel"] != MASTERCOOKIE) && ($_SESSION["adminlevel"] != ADMINCOOKIE)) { header("Location: " . HOST . BASEURL . '/tmp-index.php'); } */ /* rendering template */ $html = getTemplate('index.html', $_SERVER["DOCUMENT_ROOT"] . BASEURL . '/templates/'); $doc = phpQuery::newDocument($html, 'application/xhtml+xml'); include('header.php'); include('menu.php'); include('post-list.php'); include('right.php'); renderTemplate($doc->htmlOuter()); ?>