Revision 1529
Added by Luisehahne almost 14 years ago
| upgrade-script.php | ||
|---|---|---|
| 64 | 64 |
'[ADMIN]/preferences/email.php', |
| 65 | 65 |
'[ADMIN]/preferences/password.php', |
| 66 | 66 |
|
| 67 |
'[TEMPLATE]/argos_theme/templates/access.htt', |
|
| 68 |
'[TEMPLATE]/argos_theme/templates/addons.htt', |
|
| 69 |
'[TEMPLATE]/argos_theme/templates/admintools.htt', |
|
| 70 |
'[TEMPLATE]/argos_theme/templates/error.htt', |
|
| 71 |
'[TEMPLATE]/argos_theme/templates/groups.htt', |
|
| 72 |
'[TEMPLATE]/argos_theme/templates/groups_form.htt', |
|
| 73 |
'[TEMPLATE]/argos_theme/templates/languages.htt', |
|
| 74 |
'[TEMPLATE]/argos_theme/templates/languages_details.htt', |
|
| 75 |
'[TEMPLATE]/argos_theme/templates/login.htt', |
|
| 76 |
'[TEMPLATE]/argos_theme/templates/login_forgot.htt', |
|
| 77 |
'[TEMPLATE]/argos_theme/templates/media.htt', |
|
| 78 |
'[TEMPLATE]/argos_theme/templates/media_browse.htt', |
|
| 79 |
'[TEMPLATE]/argos_theme/templates/media_rename.htt', |
|
| 80 |
'[TEMPLATE]/argos_theme/templates/modules.htt', |
|
| 81 |
'[TEMPLATE]/argos_theme/templates/modules_details.htt', |
|
| 82 |
'[TEMPLATE]/argos_theme/templates/pages.htt', |
|
| 83 |
'[TEMPLATE]/argos_theme/templates/pages_modify.htt', |
|
| 84 |
'[TEMPLATE]/argos_theme/templates/pages_sections.htt', |
|
| 85 |
'[TEMPLATE]/argos_theme/templates/pages_settings.htt', |
|
| 86 |
'[TEMPLATE]/argos_theme/templates/preferences.htt', |
|
| 87 |
'[TEMPLATE]/argos_theme/templates/setparameter.htt', |
|
| 88 |
'[TEMPLATE]/argos_theme/templates/settings.htt', |
|
| 89 |
'[TEMPLATE]/argos_theme/templates/start.htt', |
|
| 90 |
'[TEMPLATE]/argos_theme/templates/success.htt', |
|
| 91 |
'[TEMPLATE]/argos_theme/templates/templates.htt', |
|
| 92 |
'[TEMPLATE]/argos_theme/templates/templates_details.htt', |
|
| 93 |
'[TEMPLATE]/argos_theme/templates/users.htt', |
|
| 94 |
'[TEMPLATE]/argos_theme/templates/users_form.htt', |
|
| 95 |
|
|
| 96 |
'[TEMPLATE]/wb_theme/templates/access.htt', |
|
| 97 |
'[TEMPLATE]/wb_theme/templates/addons.htt', |
|
| 98 |
'[TEMPLATE]/wb_theme/templates/admintools.htt', |
|
| 99 |
'[TEMPLATE]/wb_theme/templates/error.htt', |
|
| 100 |
'[TEMPLATE]/wb_theme/templates/groups.htt', |
|
| 101 |
'[TEMPLATE]/wb_theme/templates/groups_form.htt', |
|
| 102 |
'[TEMPLATE]/wb_theme/templates/languages.htt', |
|
| 103 |
'[TEMPLATE]/wb_theme/templates/languages_details.htt', |
|
| 104 |
'[TEMPLATE]/wb_theme/templates/login.htt', |
|
| 105 |
'[TEMPLATE]/wb_theme/templates/login_forgot.htt', |
|
| 106 |
'[TEMPLATE]/wb_theme/templates/media.htt', |
|
| 107 |
'[TEMPLATE]/wb_theme/templates/media_browse.htt', |
|
| 108 |
'[TEMPLATE]/wb_theme/templates/media_rename.htt', |
|
| 109 |
'[TEMPLATE]/wb_theme/templates/modules.htt', |
|
| 110 |
'[TEMPLATE]/wb_theme/templates/modules_details.htt', |
|
| 111 |
'[TEMPLATE]/wb_theme/templates/pages.htt', |
|
| 112 |
'[TEMPLATE]/wb_theme/templates/pages_modify.htt', |
|
| 113 |
'[TEMPLATE]/wb_theme/templates/pages_sections.htt', |
|
| 114 |
'[TEMPLATE]/wb_theme/templates/pages_settings.htt', |
|
| 115 |
'[TEMPLATE]/wb_theme/templates/preferences.htt', |
|
| 116 |
'[TEMPLATE]/wb_theme/templates/setparameter.htt', |
|
| 117 |
'[TEMPLATE]/wb_theme/templates/settings.htt', |
|
| 118 |
'[TEMPLATE]/wb_theme/templates/start.htt', |
|
| 119 |
'[TEMPLATE]/wb_theme/templates/success.htt', |
|
| 120 |
'[TEMPLATE]/wb_theme/templates/templates.htt', |
|
| 121 |
'[TEMPLATE]/wb_theme/templates/templates_details.htt', |
|
| 122 |
'[TEMPLATE]/wb_theme/templates/users.htt', |
|
| 123 |
'[TEMPLATE]/wb_theme/templates/users_form.htt', |
|
| 124 |
|
|
| 67 | 125 |
); |
| 68 | 126 |
|
| 69 | 127 |
|
| ... | ... | |
| 200 | 258 |
<h1>WebsiteBaker Upgrade</h1> |
| 201 | 259 |
<?php |
| 202 | 260 |
if( version_compare( WB_VERSION, '2.7', '<' )) {
|
| 203 |
status_msg('<strong>Warning:</strong><br />It is not possible to upgrade from WebsiteBaker Versions before 2.7.0.<br />For upgrading to version '.VERSION.' you must upgrade first to v.2.7 at least!!!', 'warning', 'div');
|
|
| 261 |
status_msg('<strong>Warning:</strong><br />It is not possible to upgrade from WebsiteBaker Versions before 2.7.<br />For upgrading to version '.VERSION.' you must upgrade first to v.2.7 at least!!!', 'warning', 'div');
|
|
| 204 | 262 |
echo '<br /><br />'; |
| 205 | 263 |
echo "</div> |
| 206 | 264 |
</body> |
Also available in: Unified diff
add new backend theme handling (Tks to Stefek)