diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-01-18 14:31:42 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-01-18 14:52:49 +0000 |
| commit | 6177601f1b8352832a205f3b48b5fc560ce8c621 (patch) | |
| tree | 4f9a03238d02179266da79b8c08148c794732e21 | |
| parent | 4f12e630318460b4eff503a88de045c5ca5715d6 (diff) | |
| download | webtrees-6177601f1b8352832a205f3b48b5fc560ce8c621.tar.gz webtrees-6177601f1b8352832a205f3b48b5fc560ce8c621.tar.bz2 webtrees-6177601f1b8352832a205f3b48b5fc560ce8c621.zip | |
Update list of old files
| -rw-r--r-- | admin.php | 33 |
1 files changed, 31 insertions, 2 deletions
@@ -670,10 +670,39 @@ function old_paths() { WT_ROOT . 'themes/xenea/jquery-ui-1.10.3', WT_ROOT . 'themes/_administration/css-1.6.0', WT_ROOT . 'themes/_administration/jquery-ui-1.10.3', - // Removed in 1.6.3 + // Removed in 1.7.0 WT_ROOT . 'js/jquery-1.11.1.js', WT_ROOT . 'js/jquery.datatables-1.10.3.js', - // Removed in 1.7.0 + WT_ROOT . 'js/jquery.jeditable-1.7.3.js', + WT_ROOT . 'js/webtrees-1.6.2.js', WT_ROOT . 'library/WT/MenuBar.php', + WT_ROOT . 'themes/_administration/css-1.6.2', + WT_ROOT . 'themes/_administration/templates', + WT_ROOT . 'themes/_administration/header.php', + WT_ROOT . 'themes/_administration/footer.php', + WT_ROOT . 'themes/clouds/css-1.6.2', + WT_ROOT . 'themes/clouds/templates', + WT_ROOT . 'themes/clouds/header.php', + WT_ROOT . 'themes/clouds/footer.php', + WT_ROOT . 'themes/colors/css-1.6.2', + WT_ROOT . 'themes/colors/templates', + WT_ROOT . 'themes/colors/header.php', + WT_ROOT . 'themes/colors/footer.php', + WT_ROOT . 'themes/fab/css-1.6.2', + WT_ROOT . 'themes/fab/templates', + WT_ROOT . 'themes/fab/header.php', + WT_ROOT . 'themes/fab/footer.php', + WT_ROOT . 'themes/minimal/css-1.6.2', + WT_ROOT . 'themes/minimal/templates', + WT_ROOT . 'themes/minimal/header.php', + WT_ROOT . 'themes/minimal/footer.php', + WT_ROOT . 'themes/webtrees/css-1.6.2', + WT_ROOT . 'themes/webtrees/templates', + WT_ROOT . 'themes/webtrees/header.php', + WT_ROOT . 'themes/webtrees/footer.php', + WT_ROOT . 'themes/xenea/css-1.6.2', + WT_ROOT . 'themes/xenea/templates', + WT_ROOT . 'themes/xenea/header.php', + WT_ROOT . 'themes/xenea/footer.php', ); } |
