Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 962)
+++ trunk/CHANGELOG	(revision 963)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.8.0 -------------------------------------
 13-Apr-2009 Matthias Gallas
+#	Fixed minor dispay issue in upgrade script
 !	Updated French language files (Thanks to Quinto and VotreEspace)
 !	Updated Danish language file (Thanks to Achrist)
 12-Apr-2009 Matthias Gallas
Index: trunk/wb/upgrade-script.php
===================================================================
--- trunk/wb/upgrade-script.php	(revision 962)
+++ trunk/wb/upgrade-script.php	(revision 963)
@@ -52,7 +52,7 @@
 
 #container {
 	width:85%;
-	background: #A8BCCB url(<?php echo THEME_URL;?>/images/background.png) repeat-x;
+	background: #A8BCCB url(templates/wb_theme/images/background.png) repeat-x;
 	border:1px solid #000;
 	color:#000;
 	margin:2em auto;
@@ -90,7 +90,7 @@
 </head>
 <body>
 <div id="container">
-<img src="<?php echo THEME_URL;?>/images/logo.png" alt="Website Baker Logo" />
+<img src="templates/wb_theme/images/logo.png" alt="Website Baker Logo" />
 
 <h1>Website Baker Upgrade</h1>
 <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>
