Page Not Found"; exit(0); } $smarty->assign('err', $err); $smarty->assign('html_title', $title); $smarty->assign('content', $content); $smarty->assign('html_description', $description); $smarty->assign('html_keywords', $keywords); $smarty->display('header.tpl'); $smarty->display('show_page.tpl'); $smarty->display('footer.tpl'); DB::close();