Project

General

Profile

« Previous | Next » 

Revision 963

Added by Matthias about 15 years ago

Fixed minor dispay issue in upgrade script

View differences:

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