Revision 1542
Added by Dietmar almost 13 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
=========================== add small Features 2.8.2 ========================== |
14 |
12 Dez-2011 Build 1542 Dietmar Woellbrink (Luisehahne) |
|
15 |
# fix wrong background url in "Website Under Construction" |
|
14 | 16 |
12 Dez-2011 Build 1541 Dietmar Woellbrink (Luisehahne) |
15 | 17 |
! change block BEGIN to LOOP in quickskin (Tks to Stefek) |
16 | 18 |
11 Dez-2011 Build 1540 Dietmar Woellbrink (Luisehahne) |
branches/2.8.x/wb/admin/interface/version.php | ||
---|---|---|
52 | 52 |
|
53 | 53 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
54 | 54 |
if(!defined('VERSION')) define('VERSION', '2.8.2'); |
55 |
if(!defined('REVISION')) define('REVISION', '1541');
|
|
55 |
if(!defined('REVISION')) define('REVISION', '1542');
|
|
56 | 56 |
if(!defined('SP')) define('SP', 'SP2'); |
branches/2.8.x/wb/framework/class.frontend.php | ||
---|---|---|
437 | 437 |
require_once(WB_PATH.'/languages/'.DEFAULT_LANGUAGE.'.php'); |
438 | 438 |
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
439 | 439 |
<head><title>'.$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'].'</title> |
440 |
<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; }
|
|
440 |
<style type="text/css"><!-- body{ font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px; background-image: url("'.THEME_URL.'/images/background.png");background-repeat: repeat-x; background-color: #A8BCCB; text-align: center; }
|
|
441 | 441 |
h1 { margin: 0; padding: 0; font-size: 18px; color: #000; text-transform: uppercase; |
442 | 442 |
}--></style></head><body> |
443 | 443 |
<br /><h1>'.$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'].'</h1><br /> |
Also available in: Unified diff
fix wrong background url in "Website Under Construction"