XOOPS  2.6.0
defines.php File Reference

Go to the source code of this file.

Namespaces

 kernel
 

Variables

const _XOOPS_FATAL_BACKTRACE "Backtrace"
 
const _XOOPS_FATAL_MESSAGE "<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <meta http-equiv='Content-Type' content='text/html; charset=utf-8;charset=utf-8' /> <title>Internal server error</title> <style type='text/css'> * { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif;} body {font-size: 12px; background-color: #f0f0f0; text-align: center;} #xo-siteblocked { border: 1px solid #c0c4c0; width: 375px; height: 318px; margin: 150px auto; text-align: center; background-color: #fff; background-image: url(%s/images/img_errors.png); background-repeat: no-repeat; background-position: 30px 50px; padding-left: 300px; padding-right: 30px; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; } #xo-siteblocked h1 {font-size: 1.7em; margin: 45px 0 30px 0;} #xo-siteblocked h2 {font-size: 1.5em; margin: 0 0 30px 0;} #xo-siteblocked h1, h2 {font-weight: normal; text-shadow: 1px 1px 2px #ccc;} #xo-siteblocked a, #xo-siteblocked a:visited {color: #2cb0ff; text-decoration: none;} #xo-siteblocked p { font-size: 1.3em; margin-top: 12px; line-height: 2em;} #xo-siteblocked p.xo-siteblocked-message { height: 70px;} #xo-siteblocked p.xo-siteblocked-desc { font-size: .9em; font-style: italic; margin-top: 25px;} </style> </head> <body> <div id='xo-siteblocked'> <h1>A problem has occurred on our server!</h1> <h2>Page is currently unavailable</h2> <p class='xo-siteblocked-message'>We are working on a fix<br /><a href='/'>Please come back soon ...</a></p> <p class='xo-siteblocked-desc'>Error : %s</p> </div> </body> </html>"
 
const XOOPS_BLOCK_INVISIBLE 0
 
const XOOPS_BLOCK_VISIBLE 1
 
const XOOPS_CENTERBLOCK_ALL 6
 
const XOOPS_CENTERBLOCK_BOTTOM 9
 
const XOOPS_CENTERBLOCK_BOTTOMLEFT 7
 
const XOOPS_CENTERBLOCK_BOTTOMRIGHT 8
 
const XOOPS_CENTERBLOCK_CENTER 5
 
const XOOPS_CENTERBLOCK_LEFT 3
 
const XOOPS_CENTERBLOCK_RIGHT 4
 
const XOOPS_MATCH_CONTAIN 3
 
const XOOPS_MATCH_END 1
 
const XOOPS_MATCH_EQUAL 2
 
const XOOPS_MATCH_START 0
 
const XOOPS_SIDEBLOCK_BOTH 2
 
const XOOPS_SIDEBLOCK_LEFT 0
 
const XOOPS_SIDEBLOCK_RIGHT 1
 

Variable Documentation

const _XOOPS_FATAL_BACKTRACE "Backtrace"

Definition at line 109 of file defines.php.

Referenced by Xoops\Core\Logger\handleError().

const _XOOPS_FATAL_MESSAGE "<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <meta http-equiv='Content-Type' content='text/html; charset=utf-8;charset=utf-8' /> <title>Internal server error</title> <style type='text/css'> * { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif;} body {font-size: 12px; background-color: #f0f0f0; text-align: center;} #xo-siteblocked { border: 1px solid #c0c4c0; width: 375px; height: 318px; margin: 150px auto; text-align: center; background-color: #fff; background-image: url(%s/images/img_errors.png); background-repeat: no-repeat; background-position: 30px 50px; padding-left: 300px; padding-right: 30px; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; } #xo-siteblocked h1 {font-size: 1.7em; margin: 45px 0 30px 0;} #xo-siteblocked h2 {font-size: 1.5em; margin: 0 0 30px 0;} #xo-siteblocked h1, h2 {font-weight: normal; text-shadow: 1px 1px 2px #ccc;} #xo-siteblocked a, #xo-siteblocked a:visited {color: #2cb0ff; text-decoration: none;} #xo-siteblocked p { font-size: 1.3em; margin-top: 12px; line-height: 2em;} #xo-siteblocked p.xo-siteblocked-message { height: 70px;} #xo-siteblocked p.xo-siteblocked-desc { font-size: .9em; font-style: italic; margin-top: 25px;} </style> </head> <body> <div id='xo-siteblocked'> <h1>A problem has occurred on our server!</h1> <h2>Page is currently unavailable</h2> <p class='xo-siteblocked-message'>We are working on a fix<br /><a href='/'>Please come back soon ...</a></p> <p class='xo-siteblocked-desc'>Error : %s</p> </div> </body> </html>"

User Mulitbytes

Definition at line 65 of file defines.php.

Referenced by Xoops\Core\Logger\reportFatalError().

const XOOPS_BLOCK_INVISIBLE 0

Definition at line 32 of file defines.php.

const XOOPS_BLOCK_VISIBLE 1

Definition at line 33 of file defines.php.

Referenced by XoopsThemeBlocksPlugin\retrieveBlocks().

const XOOPS_CENTERBLOCK_ALL 6
const XOOPS_CENTERBLOCK_BOTTOM 9

Definition at line 31 of file defines.php.

Referenced by XoopsThemeBlocksPlugin\retrieveBlocks().

const XOOPS_CENTERBLOCK_BOTTOMLEFT 7

Definition at line 29 of file defines.php.

Referenced by XoopsThemeBlocksPlugin\retrieveBlocks().

const XOOPS_CENTERBLOCK_BOTTOMRIGHT 8

Definition at line 30 of file defines.php.

Referenced by XoopsThemeBlocksPlugin\retrieveBlocks().

const XOOPS_CENTERBLOCK_CENTER 5

Definition at line 27 of file defines.php.

Referenced by XoopsThemeBlocksPlugin\retrieveBlocks().

const XOOPS_CENTERBLOCK_LEFT 3

Definition at line 25 of file defines.php.

Referenced by XoopsThemeBlocksPlugin\retrieveBlocks().

const XOOPS_CENTERBLOCK_RIGHT 4

Definition at line 26 of file defines.php.

Referenced by XoopsThemeBlocksPlugin\retrieveBlocks().

const XOOPS_MATCH_CONTAIN 3

Definition at line 37 of file defines.php.

Referenced by Xoops\Form\SelectMatchOption\__construct(), and addCriteria().

const XOOPS_MATCH_END 1

Definition at line 35 of file defines.php.

Referenced by Xoops\Form\SelectMatchOption\__construct(), and addCriteria().

const XOOPS_MATCH_EQUAL 2

Definition at line 36 of file defines.php.

Referenced by Xoops\Form\SelectMatchOption\__construct(), and addCriteria().

const XOOPS_MATCH_START 0

Definition at line 34 of file defines.php.

Referenced by Xoops\Form\SelectMatchOption\__construct(), and addCriteria().

const XOOPS_SIDEBLOCK_BOTH 2
const XOOPS_SIDEBLOCK_LEFT 0

Define required Defines (I guess lol )

Definition at line 22 of file defines.php.

Referenced by XoopsThemeBlocksPlugin\retrieveBlocks().

const XOOPS_SIDEBLOCK_RIGHT 1

Definition at line 23 of file defines.php.

Referenced by XoopsThemeBlocksPlugin\retrieveBlocks().