19 defined(
'XOOPS_ROOT_PATH') or die('Restricted access');
57 define(
'XOOPS_DB_CHKREF', 1);
59 define(
'XOOPS_DB_CHKREF', 0);
73 define(
'_XOOPS_FATAL_MESSAGE',
"<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
74 <html xmlns='http://www.w3.org/1999/xhtml'>
76 <meta http-equiv='Content-Type' content='text/html; charset=utf-8;charset=utf-8' />
77 <title>Internal server error</title>
78 <style type='text/css'>
79 * { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif;}
80 body {font-size: 12px; background-color: #f0f0f0; text-align: center;}
82 border: 1px solid #c0c4c0;
87 background-color: #fff;
88 background-image: url(images/img_errors.png);
89 background-repeat: no-repeat;
90 background-position: 30px 50px;
94 -moz-border-radius: 15px;
95 -webkit-border-radius: 15px;
97 #xo-siteblocked h1 {font-size: 1.7em; margin: 45px 0 30px 0;}
98 #xo-siteblocked h2 {font-size: 1.5em; margin: 0 0 30px 0;}
99 #xo-siteblocked h1, h2 {font-weight: normal; text-shadow: 1px 1px 2px #ccc;}
100 #xo-siteblocked a, #xo-siteblocked a:visited {color: #2cb0ff; text-decoration: none;}
101 #xo-siteblocked p { font-size: 1.3em; margin-top: 12px; line-height: 2em;}
102 #xo-siteblocked p.xo-siteblocked-message { height: 70px;}
103 #xo-siteblocked p.xo-siteblocked-desc { font-size: .9em; font-style: italic; margin-top: 25px;}
107 <div id='xo-siteblocked'>
108 <h1>A problem has occurred on our server!</h1>
109 <h2>Page is currently unavailable</h2>
110 <p class='xo-siteblocked-message'>We are working on a fix<br /><a href='/'>Please come back soon ...</a></p>
111 <p class='xo-siteblocked-desc'>Error : %s</p>
117 define(
'_XOOPS_FATAL_BACKTRACE',
"Backtrace");