/** * * * @author Lukas Zemek * @copyright 2008 Lukas Zemek * @version 0.1 */ require_once('./include/TCore.php'); header("HTTP/1.0 404 Not Found"); $index=new TCore(); $obsah='
Je nám líto, ale požadovaná stránka se na webu nenachází. Zkontrolujte prosím, zadaní URL.
'; $index->assign($obsah, obsah); $index->assign($lang, lang); $index->assign('ERORR 404 - '.$index->getConfigWeb('title'), title); ?>