Go to the documentation of this file.
   22 define(
'XOOPS_SIDEBLOCK_LEFT', 0);
 
   23 define(
'XOOPS_SIDEBLOCK_RIGHT', 1);
 
   24 define(
'XOOPS_SIDEBLOCK_BOTH', 2);
 
   25 define(
'XOOPS_CENTERBLOCK_LEFT', 3);
 
   26 define(
'XOOPS_CENTERBLOCK_RIGHT', 4);
 
   27 define(
'XOOPS_CENTERBLOCK_CENTER', 5);
 
   28 define(
'XOOPS_CENTERBLOCK_ALL', 6);
 
   29 define(
'XOOPS_CENTERBLOCK_BOTTOMLEFT', 7);
 
   30 define(
'XOOPS_CENTERBLOCK_BOTTOMRIGHT', 8);
 
   31 define(
'XOOPS_CENTERBLOCK_BOTTOM', 9);
 
   32 define(
'XOOPS_BLOCK_INVISIBLE', 0);
 
   33 define(
'XOOPS_BLOCK_VISIBLE', 1);
 
   34 define(
'XOOPS_MATCH_START', 0);
 
   35 define(
'XOOPS_MATCH_END', 1);
 
   36 define(
'XOOPS_MATCH_EQUAL', 2);
 
   37 define(
'XOOPS_MATCH_CONTAIN', 3);
 
   65 define(
'_XOOPS_FATAL_MESSAGE', 
"<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> 
   66 <html xmlns='http://www.w3.org/1999/xhtml'> 
   68 <meta http-equiv='Content-Type' content='text/html; charset=utf-8;charset=utf-8' /> 
   69 <title>Internal server error</title> 
   70 <style type='text/css'> 
   71 * { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif;} 
   72 body {font-size: 12px; background-color: #f0f0f0; text-align: center;} 
   74     border: 1px solid #c0c4c0; 
   79     background-color: #fff; 
   80     background-image: url(%s/images/img_errors.png); 
   81     background-repeat: no-repeat; 
   82     background-position: 30px 50px; 
   86         -moz-border-radius: 15px; 
   87         -webkit-border-radius: 15px; 
   89  #xo-siteblocked h1 {font-size: 1.7em; margin: 45px 0 30px 0;} 
   90  #xo-siteblocked h2 {font-size: 1.5em; margin: 0 0 30px 0;} 
   91  #xo-siteblocked h1, h2 {font-weight: normal; text-shadow: 1px 1px 2px #ccc;} 
   92  #xo-siteblocked a,  #xo-siteblocked a:visited {color: #2cb0ff; text-decoration: none;} 
   93  #xo-siteblocked p { font-size: 1.3em; margin-top: 12px; line-height: 2em;} 
   94  #xo-siteblocked p.xo-siteblocked-message { height: 70px;} 
   95  #xo-siteblocked p.xo-siteblocked-desc { font-size: .9em; font-style: italic; margin-top: 25px;} 
   99     <div id='xo-siteblocked'> 
  100         <h1>A problem has occurred on our server!</h1> 
  101         <h2>Page is currently unavailable</h2> 
  102         <p class='xo-siteblocked-message'>We are working on a fix<br /><a href='/'>Please come back soon ...</a></p> 
  103         <p class='xo-siteblocked-desc'>Error : %s</p> 
  109 define(
'_XOOPS_FATAL_BACKTRACE', 
"Backtrace");