0){ $file = zROOT.'shop.php'; $echo = 0; } else { $file = zROOT.'includes/main/index.php'; } } if(file_exists($file)) {require_once($file); } else {require_once(zROOT.'includes/main/index.php');} require_once(zROOT."includes/footer.php"); if($echo>0) { echo $main_header->render(); echo $main_index->render(); echo $main_footer->render(); } ?>