include_once 'inc/declare.php'; include_once 'inc/contentutil.php'; $form = (isset($form) and file_exists('newsfiles/'.$form.'.php')) ? $form : 'front'; ob_start(); include_once 'newsfiles/'.$form.'.php'; $build['content'] = ob_get_contents(); ob_end_clean(); include_once 'inc/head.php'; ?>