Hello World!

'; if (isset($_GET['t'])) { $template = TEMPLATE_DIR . $_GET['t']; } if (isset($template) && file_exists($template)) { include $template; } else { include TEMPLATE_DIR . 'default.php'; } ?>