Revision 621
Added by doc almost 17 years ago
class.frontend.php | ||
---|---|---|
390 | 390 |
require_once(WB_PATH.'/languages/'.DEFAULT_LANGUAGE.'.php'); |
391 | 391 |
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
392 | 392 |
<head><title>'.$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'].'</title> |
393 |
<style type="text/css"><!-- body { font-family: Verdana, Arial, Helvetica, sans-serif; |
|
394 |
font-size: 12px; color: #000000; background-color: #FFFFFF; margin: 20px; text-align: center; } |
|
393 |
<style type="text/css"><!-- body{ font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px; background-image: url("admin/interface/background.png");background-repeat: repeat-x; margin: 20px; text-align: center; } |
|
395 | 394 |
h1 { margin: 0; padding: 0; }--></style></head><body> |
396 | 395 |
<h1>'.$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'].'</h1><br /> |
397 | 396 |
'.$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'].'</body></html>'; |
Also available in: Unified diff
introduced the WB 2.7 backend style developed by Michael Brinsteiner (escpro), thanks man