summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2014-01-24 23:09:46 +0000
committerGreg Roach <fisharebest@gmail.com>2014-01-24 23:10:56 +0000
commit823af7974a11a173407247a1b11dbc6ea50c8e7b (patch)
tree29c7e3fa44e402592985efe78b4f05376d747bc3
parent4c8687e8900992f025f6002c4a7de5d3e1dfa8b2 (diff)
downloadwebtrees-823af7974a11a173407247a1b11dbc6ea50c8e7b.tar.gz
webtrees-823af7974a11a173407247a1b11dbc6ea50c8e7b.tar.bz2
webtrees-823af7974a11a173407247a1b11dbc6ea50c8e7b.zip
Update list of old files
-rw-r--r--admin.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/admin.php b/admin.php
index 0837396423..c6e7af6e2d 100644
--- a/admin.php
+++ b/admin.php
@@ -583,6 +583,15 @@ function old_paths() {
WT_ROOT.'themes/minimal/css-1.5.0',
WT_ROOT.'themes/webtrees/css-1.5.0',
WT_ROOT.'themes/xenea/css-1.5.0',
+ // Removed in 1.5.2
+ WT_ROOT.'js/webtrees-1.5.1.js',
+ WT_ROOT.'themes/_administration/css-1.5.1',
+ WT_ROOT.'themes/clouds/css-1.5.1',
+ WT_ROOT.'themes/colors/css-1.5.1',
+ WT_ROOT.'themes/fab/css-1.5.1',
+ WT_ROOT.'themes/minimal/css-1.5.1',
+ WT_ROOT.'themes/webtrees/css-1.5.1',
+ WT_ROOT.'themes/xenea/css-1.5.1',
);
}