0?$location:'home').'.php'; //Include default values for title, headers, javascripts... include 'defaults.php'; //Include common PHP code (functions and constants) include 'common.php'; //Finally, include the PHP file include (file_exists($phpfile) ? $phpfile : 'site/404.php'); //regular template: flush output into $content variable $content = ob_get_contents(); ob_end_clean();