smarty(); $page = new Homepage_Page($smarty, $main->request()); if ($page->evaluate()) { $smarty->display('index.tpl'); } } catch (Homepage_Exception $e) { die("Uncaught Exception: " . $e->getMessage()); } ?>