content; } elseif ((stripos($thisPage['link'], "ajx_") === 0) || ((isset($_POST['ajax'])) && ($_POST['ajax'] === 'true')) || (isset($_GET['ajax']))) { header("Content-type: text/html; charset={$config['siteCharset']}"); header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", false); print $page->content; } elseif (isset($_GET['iframe'])) { header("Content-type: text/html; charset={$config['siteCharset']}"); header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", false); Html::render('layout', 'iframe'); } elseif ( ($thisPage['link'] == 'shop_myorders_paid_report') || ($thisPage['link'] == 'cleaner_users') || ($thisPage['link'] == 'cleaner_shop_cart') ) { header("Content-type: text/html; charset={$config['siteCharset']}"); header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", false); print $page->content; } else { header("Content-type: text/html; charset={$config['siteCharset']}"); Html::render(NULL, NULL, array('languages' => $languages)); } //print $dbQueries; //print $dbQueriesText;