Revision 754
Added by doc over 16 years ago
class.frontend.php | ||
---|---|---|
402 | 402 |
require_once(WB_PATH.'/languages/'.DEFAULT_LANGUAGE.'.php'); |
403 | 403 |
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
404 | 404 |
<head><title>'.$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'].'</title> |
405 |
<style type="text/css"><!-- body{ font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px; background-image: url("'.ADMIN_URL.'/interface/background.png");background-repeat: repeat-x; margin: 20px; text-align: center; } |
|
406 |
h1 { margin: 0; padding: 0; }--></style></head><body> |
|
407 |
<h1>'.$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'].'</h1><br /> |
|
405 |
<style type="text/css"><!-- body{ font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px; background-image: url("'.ADMIN_URL.'/interface/background.png");background-repeat: repeat-x; background-color: #A8BCCB; text-align: center; } |
|
406 |
h1 { margin: 0; padding: 0; font-size: 18px; color: #000; text-transform: uppercase; |
|
407 |
}--></style></head><body> |
|
408 |
<br /><h1>'.$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'].'</h1><br /> |
|
408 | 409 |
'.$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'].'</body></html>'; |
409 | 410 |
} |
410 | 411 |
} |
Also available in: Unified diff
adjusted error/warning templates to the updated backend layout