Skip to content

Commit

Permalink
Update list of old files to delete in admin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Jun 6, 2011
1 parent 460475d commit f4e6b34
Showing 1 changed file with 88 additions and 0 deletions.
88 changes: 88 additions & 0 deletions admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,94 @@ function old_paths() {
WT_ROOT.'themes/xenea/images/zoomout.gif',
WT_ROOT.'treenav.php',
// Removed in 1.1.3
WT_ROOT.'js/jquery/css/images/ui-bg_flat_0_aaaaaa_40x100.png',
WT_ROOT.'js/jquery/css/images/ui-bg_gloss-wave_16_121212_500x100.png',
WT_ROOT.'js/jquery/css/images/ui-bg_highlight-hard_15_888888_1x100.png',
WT_ROOT.'js/jquery/css/images/ui-bg_highlight-hard_55_555555_1x100.png',
WT_ROOT.'js/jquery/css/images/ui-bg_highlight-soft_35_adadad_1x100.png',
WT_ROOT.'js/jquery/css/images/ui-bg_highlight-soft_60_dddddd_1x100.png',
WT_ROOT.'js/jquery/css/images/ui-bg_inset-soft_15_121212_1x100.png',
WT_ROOT.'js/jquery/css/images/ui-icons_666666_256x240.png',
WT_ROOT.'js/jquery/css/images/ui-icons_aaaaaa_256x240.png',
WT_ROOT.'js/jquery/css/images/ui-icons_bbbbbb_256x240.png',
WT_ROOT.'js/jquery/css/images/ui-icons_c98000_256x240.png',
WT_ROOT.'js/jquery/css/images/ui-icons_cccccc_256x240.png',
WT_ROOT.'js/jquery/css/images/ui-icons_f29a00_256x240.png',
WT_ROOT.'js/jquery/css/jquery_rtl.css',
WT_ROOT.'js/jquery/jquery.tablesorter.js',
WT_ROOT.'js/jquery/jquery.tablesorter.pager.js',
WT_ROOT.'modules_v2/googlemap/admin_config.php',
WT_ROOT.'themes/clouds/images/close.png',
WT_ROOT.'themes/clouds/images/copy.png',
WT_ROOT.'themes/clouds/images/jquery',
WT_ROOT.'themes/clouds/images/left1G.gif',
WT_ROOT.'themes/clouds/images/left1R.gif',
WT_ROOT.'themes/clouds/images/left4.gif',
WT_ROOT.'themes/clouds/images/left5.gif',
WT_ROOT.'themes/clouds/images/left6.gif',
WT_ROOT.'themes/clouds/images/left7.gif',
WT_ROOT.'themes/clouds/images/left8.gif',
WT_ROOT.'themes/clouds/images/left9.gif',
WT_ROOT.'themes/clouds/images/open.png',
WT_ROOT.'themes/clouds/images/pin-in.png',
WT_ROOT.'themes/clouds/images/pin-out.png',
WT_ROOT.'themes/clouds/images/pixel.gif',
WT_ROOT.'themes/clouds/images/puntos2.gif',
WT_ROOT.'themes/clouds/images/puntos.gif',
WT_ROOT.'themes/clouds/images/right1G.gif',
WT_ROOT.'themes/clouds/images/right1R.gif',
WT_ROOT.'themes/clouds/images/sombra.gif',
WT_ROOT.'themes/clouds/images/th_5.gif',
WT_ROOT.'themes/clouds/images/th_c4.gif',
WT_ROOT.'themes/clouds/images/w_22.png',
WT_ROOT.'themes/clouds/jquery',
WT_ROOT.'themes/colors/images/close.png',
WT_ROOT.'themes/colors/images/jquery',
WT_ROOT.'themes/colors/images/left1G.gif',
WT_ROOT.'themes/colors/images/left1R.gif',
WT_ROOT.'themes/colors/images/left4.gif',
WT_ROOT.'themes/colors/images/left5.gif',
WT_ROOT.'themes/colors/images/left6.gif',
WT_ROOT.'themes/colors/images/left7.gif',
WT_ROOT.'themes/colors/images/left8.gif',
WT_ROOT.'themes/colors/images/left9.gif',
WT_ROOT.'themes/colors/images/open.png',
WT_ROOT.'themes/colors/images/pin-in.png',
WT_ROOT.'themes/colors/images/pin-out.png',
WT_ROOT.'themes/colors/images/pixel.gif',
WT_ROOT.'themes/colors/images/puntos2.gif',
WT_ROOT.'themes/colors/images/puntos.gif',
WT_ROOT.'themes/colors/images/right1G.gif',
WT_ROOT.'themes/colors/images/right1R.gif',
WT_ROOT.'themes/colors/images/sombra.gif',
WT_ROOT.'themes/colors/images/w_22.png',
WT_ROOT.'themes/colors/jquery',
WT_ROOT.'themes/fab/images/copy.png',
WT_ROOT.'themes/fab/images/delete.png',
WT_ROOT.'themes/fab/images/jquery',
WT_ROOT.'themes/fab/jquery',
WT_ROOT.'themes/minimal/images/close.png',
WT_ROOT.'themes/minimal/images/jquery',
WT_ROOT.'themes/minimal/images/open.png',
WT_ROOT.'themes/minimal/images/pin-in.png',
WT_ROOT.'themes/minimal/images/pin-out.png',
WT_ROOT.'themes/minimal/jquery',
WT_ROOT.'themes/webtrees/images/close.png',
WT_ROOT.'themes/webtrees/images/copy.png',
WT_ROOT.'themes/webtrees/images/delete.png',
WT_ROOT.'themes/webtrees/images/edit.png',
WT_ROOT.'themes/webtrees/images/jquery',
WT_ROOT.'themes/webtrees/images/open.png',
WT_ROOT.'themes/webtrees/images/pin-in.png',
WT_ROOT.'themes/webtrees/images/pin-out.png',
WT_ROOT.'themes/webtrees/jquery',
WT_ROOT.'themes/xenea/images/close.png',
WT_ROOT.'themes/xenea/images/copy.png',
WT_ROOT.'themes/xenea/images/jquery',
WT_ROOT.'themes/xenea/images/open.png',
WT_ROOT.'themes/xenea/images/pin-in.png',
WT_ROOT.'themes/xenea/images/pin-out.png',
WT_ROOT.'themes/xenea/jquery',
);
}

Expand Down

0 comments on commit f4e6b34

Please sign in to comment.