Changeset 4578 for trunk/core/exception.core.php
- Timestamp:
- 08/15/10 18:45:12 (22 months ago)
- File:
-
- 1 edited
-
trunk/core/exception.core.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/exception.core.php
r4561 r4578 24 24 * 25 25 * @license GNU/GPL v2 or (at your option) any later version, see "/doc/LICENSE". 26 *27 26 * @author Jens-André Koch <vain@clansuite.com> 28 27 * @copyright Jens-André Koch (2005 - onwards) 29 *30 28 * @link http://www.clansuite.com 31 * @link http://gna.org/projects/clansuite32 29 * 33 30 * @version SVN: $Id$ … … 276 273 $errormessage .= '<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">'; 277 274 $errormessage .= '<head>'; 278 $errormessage .= '<title>Clansuite Exception : [ '. get_class($this).' ][ '.$this->getMessage() .' | Exceptioncode: '. self::getCode() .' ] </title>';275 $errormessage .= '<title>Clansuite Exception : [ '. $this->getMessage() .' | Exceptioncode: '. self::getCode() .' ] </title>'; 279 276 $errormessage .= '<link rel="stylesheet" href="'. WWW_ROOT_THEMES_CORE .'/css/error.css" type="text/css" />'; 280 277 $errormessage .= '</head>';
Note: See TracChangeset
for help on using the changeset viewer.
