Revision 963
Added by Matthias over 15 years ago
trunk/CHANGELOG | ||
---|---|---|
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 | 14 |
13-Apr-2009 Matthias Gallas |
15 |
# Fixed minor dispay issue in upgrade script |
|
15 | 16 |
! Updated French language files (Thanks to Quinto and VotreEspace) |
16 | 17 |
! Updated Danish language file (Thanks to Achrist) |
17 | 18 |
12-Apr-2009 Matthias Gallas |
trunk/wb/upgrade-script.php | ||
---|---|---|
52 | 52 |
|
53 | 53 |
#container { |
54 | 54 |
width:85%; |
55 |
background: #A8BCCB url(<?php echo THEME_URL;?>/images/background.png) repeat-x;
|
|
55 |
background: #A8BCCB url(templates/wb_theme/images/background.png) repeat-x;
|
|
56 | 56 |
border:1px solid #000; |
57 | 57 |
color:#000; |
58 | 58 |
margin:2em auto; |
... | ... | |
90 | 90 |
</head> |
91 | 91 |
<body> |
92 | 92 |
<div id="container"> |
93 |
<img src="<?php echo THEME_URL;?>/images/logo.png" alt="Website Baker Logo" />
|
|
93 |
<img src="templates/wb_theme/images/logo.png" alt="Website Baker Logo" />
|
|
94 | 94 |
|
95 | 95 |
<h1>Website Baker Upgrade</h1> |
96 | 96 |
<p>This script upgrades an existing Website Baker <strong>Version 2.7</strong> installation to the <strong>Version 2.8</strong>. The upgrade script alters the existing WB database to reflect the changes introduced with WB 2.8.</p> |
Also available in: Unified diff
Fixed minor dispay issue in upgrade script