NobuNobu
nobun****@users*****
2006年 4月 11日 (火) 21:58:56 JST
Index: xoops2jp/html/class/errorhandler.php diff -u xoops2jp/html/class/errorhandler.php:1.4 xoops2jp/html/class/errorhandler.php:1.4.6.1 --- xoops2jp/html/class/errorhandler.php:1.4 Wed Aug 3 21:39:11 2005 +++ xoops2jp/html/class/errorhandler.php Tue Apr 11 21:58:56 2006 @@ -1,5 +1,5 @@ <?php -// $Id: errorhandler.php,v 1.4 2005/08/03 12:39:11 onokazu Exp $ +// $Id: errorhandler.php,v 1.4.6.1 2006/04/11 12:58:56 nobunobu 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;