Просмотр файла esoTalk-1.0.0g4/core/views/404.php
<?php // Copyright 2011 Toby Zerner, Simon Zerner // This file is part of esoTalk. Please see the included license file for usage information. if (!defined("IN_ESOTALK")) exit; /** * 404 Page. Displayed when a controller could not be found. * * @package esoTalk */ ?> <h1><?php echo T("Page Not Found"); ?></h1> <p><?php echo T("message.pageNotFound"); ?></p>