Minahito
minah****@users*****
2006年 2月 4日 (土) 19:08:42 JST
Index: xoops2jp/html/class/errorhandler.php diff -u xoops2jp/html/class/errorhandler.php:1.2.8.1 xoops2jp/html/class/errorhandler.php:1.2.8.2 --- xoops2jp/html/class/errorhandler.php:1.2.8.1 Wed Oct 19 02:15:05 2005 +++ xoops2jp/html/class/errorhandler.php Sat Feb 4 19:08:42 2006 @@ -1,5 +1,5 @@ <?php -// $Id: errorhandler.php,v 1.2.8.1 2005/10/18 17:15:05 minahito Exp $ +// $Id: errorhandler.php,v 1.2.8.2 2006/02/04 10:08:42 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -135,10 +135,13 @@ */ function renderErrors() { + // + // TODO We should plan new style about the following lines. + // $output = ''; if ($this->_isFatal) { $output .= 'This page cannot be displayed due to an internal error.<br/><br/>'; - $output .= 'If you are the administrator of this site, please visit the <a href="http://wiki.xoops.org/wakka.php?wakka=TroubleshootingBlankPage">Xoops Troubleshooting Page</a> for assistance.<br/><br/>'; + $output .= 'If you are the administrator of this site, please visit the <a href="http://xoopscube.org/">XOOPS Cube official site</a> for assistance.<br/><br/>'; } if (!$this->_showErrors || empty($this->_errors)) { return $output;