diff --git a/htdocs/core/lib/usergroups.lib.php b/htdocs/core/lib/usergroups.lib.php index 41b7996cbfd..b70c1e2517a 100644 --- a/htdocs/core/lib/usergroups.lib.php +++ b/htdocs/core/lib/usergroups.lib.php @@ -339,8 +339,9 @@ function show_theme($fuser,$edit=0,$foruserprofile=false) if (is_dir($dirtheme."/".$subdir) && substr($subdir, 0, 1) <> '.' && substr($subdir, 0, 3) <> 'CVS' && ! preg_match('/common|phones/i',$subdir)) { - // Disable not stable themes - //if ($conf->global->MAIN_FEATURES_LEVEL < 1 && preg_match('/bureau2crea/i',$subdir)) continue; + // Disable not stable themes (dir ends with _exp or _dev) + if ($conf->global->MAIN_FEATURES_LEVEL < 2 && preg_match('/_dev$/i',$subdir)) continue; + if ($conf->global->MAIN_FEATURES_LEVEL < 1 && preg_match('/_exp$/i',$subdir)) continue; print '
'; $file=$dirtheme."/".$subdir."/thumb.png"; diff --git a/htdocs/theme/md_dev/thumb.png b/htdocs/theme/md_dev/thumb.png deleted file mode 100644 index 6b4c467bead..00000000000 Binary files a/htdocs/theme/md_dev/thumb.png and /dev/null differ diff --git a/htdocs/theme/md_dev/.gitignore b/htdocs/theme/md_exp/.gitignore similarity index 100% rename from htdocs/theme/md_dev/.gitignore rename to htdocs/theme/md_exp/.gitignore diff --git a/htdocs/theme/md_dev/AUTHOR b/htdocs/theme/md_exp/AUTHOR similarity index 100% rename from htdocs/theme/md_dev/AUTHOR rename to htdocs/theme/md_exp/AUTHOR diff --git a/htdocs/theme/md_dev/ckeditor/config.js b/htdocs/theme/md_exp/ckeditor/config.js similarity index 100% rename from htdocs/theme/md_dev/ckeditor/config.js rename to htdocs/theme/md_exp/ckeditor/config.js diff --git a/htdocs/theme/md_dev/ckeditor/index.html b/htdocs/theme/md_exp/ckeditor/index.html similarity index 100% rename from htdocs/theme/md_dev/ckeditor/index.html rename to htdocs/theme/md_exp/ckeditor/index.html diff --git a/htdocs/theme/md_dev/graph-color.php b/htdocs/theme/md_exp/graph-color.php similarity index 100% rename from htdocs/theme/md_dev/graph-color.php rename to htdocs/theme/md_exp/graph-color.php diff --git a/htdocs/theme/md_dev/img/1downarrow.png b/htdocs/theme/md_exp/img/1downarrow.png similarity index 100% rename from htdocs/theme/md_dev/img/1downarrow.png rename to htdocs/theme/md_exp/img/1downarrow.png diff --git a/htdocs/theme/md_dev/img/1downarrow_selected.png b/htdocs/theme/md_exp/img/1downarrow_selected.png similarity index 100% rename from htdocs/theme/md_dev/img/1downarrow_selected.png rename to htdocs/theme/md_exp/img/1downarrow_selected.png diff --git a/htdocs/theme/md_dev/img/1leftarrow.png b/htdocs/theme/md_exp/img/1leftarrow.png similarity index 100% rename from htdocs/theme/md_dev/img/1leftarrow.png rename to htdocs/theme/md_exp/img/1leftarrow.png diff --git a/htdocs/theme/md_dev/img/1leftarrow_selected.png b/htdocs/theme/md_exp/img/1leftarrow_selected.png similarity index 100% rename from htdocs/theme/md_dev/img/1leftarrow_selected.png rename to htdocs/theme/md_exp/img/1leftarrow_selected.png diff --git a/htdocs/theme/md_dev/img/1rightarrow.png b/htdocs/theme/md_exp/img/1rightarrow.png similarity index 100% rename from htdocs/theme/md_dev/img/1rightarrow.png rename to htdocs/theme/md_exp/img/1rightarrow.png diff --git a/htdocs/theme/md_dev/img/1rightarrow_selected.png b/htdocs/theme/md_exp/img/1rightarrow_selected.png similarity index 100% rename from htdocs/theme/md_dev/img/1rightarrow_selected.png rename to htdocs/theme/md_exp/img/1rightarrow_selected.png diff --git a/htdocs/theme/md_dev/img/1uparrow.png b/htdocs/theme/md_exp/img/1uparrow.png similarity index 100% rename from htdocs/theme/md_dev/img/1uparrow.png rename to htdocs/theme/md_exp/img/1uparrow.png diff --git a/htdocs/theme/md_dev/img/1uparrow_selected.png b/htdocs/theme/md_exp/img/1uparrow_selected.png similarity index 100% rename from htdocs/theme/md_dev/img/1uparrow_selected.png rename to htdocs/theme/md_exp/img/1uparrow_selected.png diff --git a/htdocs/theme/md_dev/img/1updownarrow.png b/htdocs/theme/md_exp/img/1updownarrow.png similarity index 100% rename from htdocs/theme/md_dev/img/1updownarrow.png rename to htdocs/theme/md_exp/img/1updownarrow.png diff --git a/htdocs/theme/md_dev/img/addfile.png b/htdocs/theme/md_exp/img/addfile.png similarity index 100% rename from htdocs/theme/md_dev/img/addfile.png rename to htdocs/theme/md_exp/img/addfile.png diff --git a/htdocs/theme/md_dev/img/background.png b/htdocs/theme/md_exp/img/background.png similarity index 100% rename from htdocs/theme/md_dev/img/background.png rename to htdocs/theme/md_exp/img/background.png diff --git a/htdocs/theme/md_dev/img/bg-bas-rubrique.png b/htdocs/theme/md_exp/img/bg-bas-rubrique.png similarity index 100% rename from htdocs/theme/md_dev/img/bg-bas-rubrique.png rename to htdocs/theme/md_exp/img/bg-bas-rubrique.png diff --git a/htdocs/theme/md_dev/img/bg-rubrique.png b/htdocs/theme/md_exp/img/bg-rubrique.png similarity index 100% rename from htdocs/theme/md_dev/img/bg-rubrique.png rename to htdocs/theme/md_exp/img/bg-rubrique.png diff --git a/htdocs/theme/md_dev/img/bg-titre-rubrique.png b/htdocs/theme/md_exp/img/bg-titre-rubrique.png similarity index 100% rename from htdocs/theme/md_dev/img/bg-titre-rubrique.png rename to htdocs/theme/md_exp/img/bg-titre-rubrique.png diff --git a/htdocs/theme/md_dev/img/button_bg.png b/htdocs/theme/md_exp/img/button_bg.png similarity index 100% rename from htdocs/theme/md_dev/img/button_bg.png rename to htdocs/theme/md_exp/img/button_bg.png diff --git a/htdocs/theme/md_dev/img/button_edit.png b/htdocs/theme/md_exp/img/button_edit.png similarity index 100% rename from htdocs/theme/md_dev/img/button_edit.png rename to htdocs/theme/md_exp/img/button_edit.png diff --git a/htdocs/theme/md_dev/img/calc.png b/htdocs/theme/md_exp/img/calc.png similarity index 100% rename from htdocs/theme/md_dev/img/calc.png rename to htdocs/theme/md_exp/img/calc.png diff --git a/htdocs/theme/md_dev/img/calendar.png b/htdocs/theme/md_exp/img/calendar.png similarity index 100% rename from htdocs/theme/md_dev/img/calendar.png rename to htdocs/theme/md_exp/img/calendar.png diff --git a/htdocs/theme/md_dev/img/call.png b/htdocs/theme/md_exp/img/call.png similarity index 100% rename from htdocs/theme/md_dev/img/call.png rename to htdocs/theme/md_exp/img/call.png diff --git a/htdocs/theme/md_dev/img/call_out.png b/htdocs/theme/md_exp/img/call_out.png similarity index 100% rename from htdocs/theme/md_dev/img/call_out.png rename to htdocs/theme/md_exp/img/call_out.png diff --git a/htdocs/theme/md_dev/img/close.png b/htdocs/theme/md_exp/img/close.png similarity index 100% rename from htdocs/theme/md_dev/img/close.png rename to htdocs/theme/md_exp/img/close.png diff --git a/htdocs/theme/md_dev/img/close_title.png b/htdocs/theme/md_exp/img/close_title.png similarity index 100% rename from htdocs/theme/md_dev/img/close_title.png rename to htdocs/theme/md_exp/img/close_title.png diff --git a/htdocs/theme/md_dev/img/delete.png b/htdocs/theme/md_exp/img/delete.png similarity index 100% rename from htdocs/theme/md_dev/img/delete.png rename to htdocs/theme/md_exp/img/delete.png diff --git a/htdocs/theme/md_dev/img/detail.png b/htdocs/theme/md_exp/img/detail.png similarity index 100% rename from htdocs/theme/md_dev/img/detail.png rename to htdocs/theme/md_exp/img/detail.png diff --git a/htdocs/theme/md_dev/img/disable.png b/htdocs/theme/md_exp/img/disable.png similarity index 100% rename from htdocs/theme/md_dev/img/disable.png rename to htdocs/theme/md_exp/img/disable.png diff --git a/htdocs/theme/md_dev/img/edit.png b/htdocs/theme/md_exp/img/edit.png similarity index 100% rename from htdocs/theme/md_dev/img/edit.png rename to htdocs/theme/md_exp/img/edit.png diff --git a/htdocs/theme/md_dev/img/edit_add.png b/htdocs/theme/md_exp/img/edit_add.png similarity index 100% rename from htdocs/theme/md_dev/img/edit_add.png rename to htdocs/theme/md_exp/img/edit_add.png diff --git a/htdocs/theme/md_dev/img/edit_remove.png b/htdocs/theme/md_exp/img/edit_remove.png similarity index 100% rename from htdocs/theme/md_dev/img/edit_remove.png rename to htdocs/theme/md_exp/img/edit_remove.png diff --git a/htdocs/theme/md_dev/img/editdelete.png b/htdocs/theme/md_exp/img/editdelete.png similarity index 100% rename from htdocs/theme/md_dev/img/editdelete.png rename to htdocs/theme/md_exp/img/editdelete.png diff --git a/htdocs/theme/md_dev/img/error.png b/htdocs/theme/md_exp/img/error.png similarity index 100% rename from htdocs/theme/md_dev/img/error.png rename to htdocs/theme/md_exp/img/error.png diff --git a/htdocs/theme/md_dev/img/favicon.ico b/htdocs/theme/md_exp/img/favicon.ico similarity index 100% rename from htdocs/theme/md_dev/img/favicon.ico rename to htdocs/theme/md_exp/img/favicon.ico diff --git a/htdocs/theme/md_dev/img/file.png b/htdocs/theme/md_exp/img/file.png similarity index 100% rename from htdocs/theme/md_dev/img/file.png rename to htdocs/theme/md_exp/img/file.png diff --git a/htdocs/theme/md_dev/img/filenew.png b/htdocs/theme/md_exp/img/filenew.png similarity index 100% rename from htdocs/theme/md_dev/img/filenew.png rename to htdocs/theme/md_exp/img/filenew.png diff --git a/htdocs/theme/md_dev/img/filter.png b/htdocs/theme/md_exp/img/filter.png similarity index 100% rename from htdocs/theme/md_dev/img/filter.png rename to htdocs/theme/md_exp/img/filter.png diff --git a/htdocs/theme/md_dev/img/folder-open.png b/htdocs/theme/md_exp/img/folder-open.png similarity index 100% rename from htdocs/theme/md_dev/img/folder-open.png rename to htdocs/theme/md_exp/img/folder-open.png diff --git a/htdocs/theme/md_dev/img/folder.png b/htdocs/theme/md_exp/img/folder.png similarity index 100% rename from htdocs/theme/md_dev/img/folder.png rename to htdocs/theme/md_exp/img/folder.png diff --git a/htdocs/theme/md_dev/img/gradient.gif b/htdocs/theme/md_exp/img/gradient.gif similarity index 100% rename from htdocs/theme/md_dev/img/gradient.gif rename to htdocs/theme/md_exp/img/gradient.gif diff --git a/htdocs/theme/md_dev/img/grip.png b/htdocs/theme/md_exp/img/grip.png similarity index 100% rename from htdocs/theme/md_dev/img/grip.png rename to htdocs/theme/md_exp/img/grip.png diff --git a/htdocs/theme/md_dev/img/grip_title.png b/htdocs/theme/md_exp/img/grip_title.png similarity index 100% rename from htdocs/theme/md_dev/img/grip_title.png rename to htdocs/theme/md_exp/img/grip_title.png diff --git a/htdocs/theme/md_dev/img/headbg.jpg b/htdocs/theme/md_exp/img/headbg.jpg similarity index 100% rename from htdocs/theme/md_dev/img/headbg.jpg rename to htdocs/theme/md_exp/img/headbg.jpg diff --git a/htdocs/theme/md_dev/img/headbg2.jpg b/htdocs/theme/md_exp/img/headbg2.jpg similarity index 100% rename from htdocs/theme/md_dev/img/headbg2.jpg rename to htdocs/theme/md_exp/img/headbg2.jpg diff --git a/htdocs/theme/md_dev/img/help.png b/htdocs/theme/md_exp/img/help.png similarity index 100% rename from htdocs/theme/md_dev/img/help.png rename to htdocs/theme/md_exp/img/help.png diff --git a/htdocs/theme/md_dev/img/helpdoc.png b/htdocs/theme/md_exp/img/helpdoc.png similarity index 100% rename from htdocs/theme/md_dev/img/helpdoc.png rename to htdocs/theme/md_exp/img/helpdoc.png diff --git a/htdocs/theme/md_dev/img/high.png b/htdocs/theme/md_exp/img/high.png similarity index 100% rename from htdocs/theme/md_dev/img/high.png rename to htdocs/theme/md_exp/img/high.png diff --git a/htdocs/theme/md_dev/img/history.png b/htdocs/theme/md_exp/img/history.png similarity index 100% rename from htdocs/theme/md_dev/img/history.png rename to htdocs/theme/md_exp/img/history.png diff --git a/htdocs/theme/md_dev/img/index.html b/htdocs/theme/md_exp/img/index.html similarity index 100% rename from htdocs/theme/md_dev/img/index.html rename to htdocs/theme/md_exp/img/index.html diff --git a/htdocs/theme/md_dev/img/info.png b/htdocs/theme/md_exp/img/info.png similarity index 100% rename from htdocs/theme/md_dev/img/info.png rename to htdocs/theme/md_exp/img/info.png diff --git a/htdocs/theme/md_dev/img/liste_titre.png b/htdocs/theme/md_exp/img/liste_titre.png similarity index 100% rename from htdocs/theme/md_dev/img/liste_titre.png rename to htdocs/theme/md_exp/img/liste_titre.png diff --git a/htdocs/theme/md_dev/img/liste_titre2.png b/htdocs/theme/md_exp/img/liste_titre2.png similarity index 100% rename from htdocs/theme/md_dev/img/liste_titre2.png rename to htdocs/theme/md_exp/img/liste_titre2.png diff --git a/htdocs/theme/md_dev/img/lock.png b/htdocs/theme/md_exp/img/lock.png similarity index 100% rename from htdocs/theme/md_dev/img/lock.png rename to htdocs/theme/md_exp/img/lock.png diff --git a/htdocs/theme/md_dev/img/login_background.png b/htdocs/theme/md_exp/img/login_background.png similarity index 100% rename from htdocs/theme/md_dev/img/login_background.png rename to htdocs/theme/md_exp/img/login_background.png diff --git a/htdocs/theme/md_dev/img/logo_setup.svg b/htdocs/theme/md_exp/img/logo_setup.svg similarity index 100% rename from htdocs/theme/md_dev/img/logo_setup.svg rename to htdocs/theme/md_exp/img/logo_setup.svg diff --git a/htdocs/theme/md_dev/img/logout.png b/htdocs/theme/md_exp/img/logout.png similarity index 100% rename from htdocs/theme/md_dev/img/logout.png rename to htdocs/theme/md_exp/img/logout.png diff --git a/htdocs/theme/md_dev/img/menus/README.md b/htdocs/theme/md_exp/img/menus/README.md similarity index 100% rename from htdocs/theme/md_dev/img/menus/README.md rename to htdocs/theme/md_exp/img/menus/README.md diff --git a/htdocs/theme/md_dev/img/menus/agenda.png b/htdocs/theme/md_exp/img/menus/agenda.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/agenda.png rename to htdocs/theme/md_exp/img/menus/agenda.png diff --git a/htdocs/theme/md_dev/img/menus/agenda_over.png b/htdocs/theme/md_exp/img/menus/agenda_over.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/agenda_over.png rename to htdocs/theme/md_exp/img/menus/agenda_over.png diff --git a/htdocs/theme/md_dev/img/menus/bank.png b/htdocs/theme/md_exp/img/menus/bank.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/bank.png rename to htdocs/theme/md_exp/img/menus/bank.png diff --git a/htdocs/theme/md_dev/img/menus/bank_over.png b/htdocs/theme/md_exp/img/menus/bank_over.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/bank_over.png rename to htdocs/theme/md_exp/img/menus/bank_over.png diff --git a/htdocs/theme/md_dev/img/menus/chart.png b/htdocs/theme/md_exp/img/menus/chart.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/chart.png rename to htdocs/theme/md_exp/img/menus/chart.png diff --git a/htdocs/theme/md_dev/img/menus/commercial.png b/htdocs/theme/md_exp/img/menus/commercial.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/commercial.png rename to htdocs/theme/md_exp/img/menus/commercial.png diff --git a/htdocs/theme/md_dev/img/menus/commercial_over.png b/htdocs/theme/md_exp/img/menus/commercial_over.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/commercial_over.png rename to htdocs/theme/md_exp/img/menus/commercial_over.png diff --git a/htdocs/theme/md_dev/img/menus/company.png b/htdocs/theme/md_exp/img/menus/company.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/company.png rename to htdocs/theme/md_exp/img/menus/company.png diff --git a/htdocs/theme/md_dev/img/menus/company_over.png b/htdocs/theme/md_exp/img/menus/company_over.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/company_over.png rename to htdocs/theme/md_exp/img/menus/company_over.png diff --git a/htdocs/theme/md_dev/img/menus/ecm.png b/htdocs/theme/md_exp/img/menus/ecm.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/ecm.png rename to htdocs/theme/md_exp/img/menus/ecm.png diff --git a/htdocs/theme/md_dev/img/menus/ecm_over.png b/htdocs/theme/md_exp/img/menus/ecm_over.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/ecm_over.png rename to htdocs/theme/md_exp/img/menus/ecm_over.png diff --git a/htdocs/theme/md_dev/img/menus/externalsite.png b/htdocs/theme/md_exp/img/menus/externalsite.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/externalsite.png rename to htdocs/theme/md_exp/img/menus/externalsite.png diff --git a/htdocs/theme/md_dev/img/menus/externalsite_over.png b/htdocs/theme/md_exp/img/menus/externalsite_over.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/externalsite_over.png rename to htdocs/theme/md_exp/img/menus/externalsite_over.png diff --git a/htdocs/theme/md_dev/img/menus/ftp.png b/htdocs/theme/md_exp/img/menus/ftp.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/ftp.png rename to htdocs/theme/md_exp/img/menus/ftp.png diff --git a/htdocs/theme/md_dev/img/menus/ftp_over.png b/htdocs/theme/md_exp/img/menus/ftp_over.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/ftp_over.png rename to htdocs/theme/md_exp/img/menus/ftp_over.png diff --git a/htdocs/theme/md_dev/img/menus/generic1.png b/htdocs/theme/md_exp/img/menus/generic1.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/generic1.png rename to htdocs/theme/md_exp/img/menus/generic1.png diff --git a/htdocs/theme/md_dev/img/menus/generic1_over.png b/htdocs/theme/md_exp/img/menus/generic1_over.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/generic1_over.png rename to htdocs/theme/md_exp/img/menus/generic1_over.png diff --git a/htdocs/theme/md_dev/img/menus/generic2.png b/htdocs/theme/md_exp/img/menus/generic2.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/generic2.png rename to htdocs/theme/md_exp/img/menus/generic2.png diff --git a/htdocs/theme/md_dev/img/menus/generic2_over.png b/htdocs/theme/md_exp/img/menus/generic2_over.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/generic2_over.png rename to htdocs/theme/md_exp/img/menus/generic2_over.png diff --git a/htdocs/theme/md_dev/img/menus/generic3.png b/htdocs/theme/md_exp/img/menus/generic3.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/generic3.png rename to htdocs/theme/md_exp/img/menus/generic3.png diff --git a/htdocs/theme/md_dev/img/menus/generic3_over.png b/htdocs/theme/md_exp/img/menus/generic3_over.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/generic3_over.png rename to htdocs/theme/md_exp/img/menus/generic3_over.png diff --git a/htdocs/theme/md_dev/img/menus/generic4.png b/htdocs/theme/md_exp/img/menus/generic4.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/generic4.png rename to htdocs/theme/md_exp/img/menus/generic4.png diff --git a/htdocs/theme/md_dev/img/menus/generic4_over.png b/htdocs/theme/md_exp/img/menus/generic4_over.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/generic4_over.png rename to htdocs/theme/md_exp/img/menus/generic4_over.png diff --git a/htdocs/theme/md_dev/img/menus/globe.png b/htdocs/theme/md_exp/img/menus/globe.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/globe.png rename to htdocs/theme/md_exp/img/menus/globe.png diff --git a/htdocs/theme/md_dev/img/menus/globe_over.png b/htdocs/theme/md_exp/img/menus/globe_over.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/globe_over.png rename to htdocs/theme/md_exp/img/menus/globe_over.png diff --git a/htdocs/theme/md_dev/img/menus/holiday.png b/htdocs/theme/md_exp/img/menus/holiday.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/holiday.png rename to htdocs/theme/md_exp/img/menus/holiday.png diff --git a/htdocs/theme/md_dev/img/menus/home.png b/htdocs/theme/md_exp/img/menus/home.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/home.png rename to htdocs/theme/md_exp/img/menus/home.png diff --git a/htdocs/theme/md_dev/img/menus/home_over.png b/htdocs/theme/md_exp/img/menus/home_over.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/home_over.png rename to htdocs/theme/md_exp/img/menus/home_over.png diff --git a/htdocs/theme/md_dev/img/menus/index.html b/htdocs/theme/md_exp/img/menus/index.html similarity index 100% rename from htdocs/theme/md_dev/img/menus/index.html rename to htdocs/theme/md_exp/img/menus/index.html diff --git a/htdocs/theme/md_dev/img/menus/mail.png b/htdocs/theme/md_exp/img/menus/mail.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/mail.png rename to htdocs/theme/md_exp/img/menus/mail.png diff --git a/htdocs/theme/md_dev/img/menus/mail_over.png b/htdocs/theme/md_exp/img/menus/mail_over.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/mail_over.png rename to htdocs/theme/md_exp/img/menus/mail_over.png diff --git a/htdocs/theme/md_dev/img/menus/members.png b/htdocs/theme/md_exp/img/menus/members.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/members.png rename to htdocs/theme/md_exp/img/menus/members.png diff --git a/htdocs/theme/md_dev/img/menus/members_over.png b/htdocs/theme/md_exp/img/menus/members_over.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/members_over.png rename to htdocs/theme/md_exp/img/menus/members_over.png diff --git a/htdocs/theme/md_dev/img/menus/money.png b/htdocs/theme/md_exp/img/menus/money.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/money.png rename to htdocs/theme/md_exp/img/menus/money.png diff --git a/htdocs/theme/md_dev/img/menus/money_over.png b/htdocs/theme/md_exp/img/menus/money_over.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/money_over.png rename to htdocs/theme/md_exp/img/menus/money_over.png diff --git a/htdocs/theme/md_dev/img/menus/pointofsale.png b/htdocs/theme/md_exp/img/menus/pointofsale.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/pointofsale.png rename to htdocs/theme/md_exp/img/menus/pointofsale.png diff --git a/htdocs/theme/md_dev/img/menus/pointofsale_over.png b/htdocs/theme/md_exp/img/menus/pointofsale_over.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/pointofsale_over.png rename to htdocs/theme/md_exp/img/menus/pointofsale_over.png diff --git a/htdocs/theme/md_dev/img/menus/products.png b/htdocs/theme/md_exp/img/menus/products.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/products.png rename to htdocs/theme/md_exp/img/menus/products.png diff --git a/htdocs/theme/md_dev/img/menus/products_over.png b/htdocs/theme/md_exp/img/menus/products_over.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/products_over.png rename to htdocs/theme/md_exp/img/menus/products_over.png diff --git a/htdocs/theme/md_dev/img/menus/project.png b/htdocs/theme/md_exp/img/menus/project.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/project.png rename to htdocs/theme/md_exp/img/menus/project.png diff --git a/htdocs/theme/md_dev/img/menus/project_over.png b/htdocs/theme/md_exp/img/menus/project_over.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/project_over.png rename to htdocs/theme/md_exp/img/menus/project_over.png diff --git a/htdocs/theme/md_dev/img/menus/shop.png b/htdocs/theme/md_exp/img/menus/shop.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/shop.png rename to htdocs/theme/md_exp/img/menus/shop.png diff --git a/htdocs/theme/md_dev/img/menus/shop_over.png b/htdocs/theme/md_exp/img/menus/shop_over.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/shop_over.png rename to htdocs/theme/md_exp/img/menus/shop_over.png diff --git a/htdocs/theme/md_dev/img/menus/tools.png b/htdocs/theme/md_exp/img/menus/tools.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/tools.png rename to htdocs/theme/md_exp/img/menus/tools.png diff --git a/htdocs/theme/md_dev/img/menus/tools_over.png b/htdocs/theme/md_exp/img/menus/tools_over.png similarity index 100% rename from htdocs/theme/md_dev/img/menus/tools_over.png rename to htdocs/theme/md_exp/img/menus/tools_over.png diff --git a/htdocs/theme/md_dev/img/menutab-r.png b/htdocs/theme/md_exp/img/menutab-r.png similarity index 100% rename from htdocs/theme/md_dev/img/menutab-r.png rename to htdocs/theme/md_exp/img/menutab-r.png diff --git a/htdocs/theme/md_dev/img/nav-overlay.png b/htdocs/theme/md_exp/img/nav-overlay.png similarity index 100% rename from htdocs/theme/md_dev/img/nav-overlay.png rename to htdocs/theme/md_exp/img/nav-overlay.png diff --git a/htdocs/theme/md_dev/img/nav-overlay3.png b/htdocs/theme/md_exp/img/nav-overlay3.png similarity index 100% rename from htdocs/theme/md_dev/img/nav-overlay3.png rename to htdocs/theme/md_exp/img/nav-overlay3.png diff --git a/htdocs/theme/md_dev/img/next.png b/htdocs/theme/md_exp/img/next.png similarity index 100% rename from htdocs/theme/md_dev/img/next.png rename to htdocs/theme/md_exp/img/next.png diff --git a/htdocs/theme/md_dev/img/object_account.png b/htdocs/theme/md_exp/img/object_account.png similarity index 100% rename from htdocs/theme/md_dev/img/object_account.png rename to htdocs/theme/md_exp/img/object_account.png diff --git a/htdocs/theme/md_dev/img/object_accounting.png b/htdocs/theme/md_exp/img/object_accounting.png similarity index 100% rename from htdocs/theme/md_dev/img/object_accounting.png rename to htdocs/theme/md_exp/img/object_accounting.png diff --git a/htdocs/theme/md_dev/img/object_action.png b/htdocs/theme/md_exp/img/object_action.png similarity index 100% rename from htdocs/theme/md_dev/img/object_action.png rename to htdocs/theme/md_exp/img/object_action.png diff --git a/htdocs/theme/md_dev/img/object_action_rdv.png b/htdocs/theme/md_exp/img/object_action_rdv.png similarity index 100% rename from htdocs/theme/md_dev/img/object_action_rdv.png rename to htdocs/theme/md_exp/img/object_action_rdv.png diff --git a/htdocs/theme/md_dev/img/object_address.png b/htdocs/theme/md_exp/img/object_address.png similarity index 100% rename from htdocs/theme/md_dev/img/object_address.png rename to htdocs/theme/md_exp/img/object_address.png diff --git a/htdocs/theme/md_dev/img/object_askpricesupplier.png b/htdocs/theme/md_exp/img/object_askpricesupplier.png similarity index 100% rename from htdocs/theme/md_dev/img/object_askpricesupplier.png rename to htdocs/theme/md_exp/img/object_askpricesupplier.png diff --git a/htdocs/theme/md_dev/img/object_barcode.png b/htdocs/theme/md_exp/img/object_barcode.png similarity index 100% rename from htdocs/theme/md_dev/img/object_barcode.png rename to htdocs/theme/md_exp/img/object_barcode.png diff --git a/htdocs/theme/md_dev/img/object_bill.png b/htdocs/theme/md_exp/img/object_bill.png similarity index 100% rename from htdocs/theme/md_dev/img/object_bill.png rename to htdocs/theme/md_exp/img/object_bill.png diff --git a/htdocs/theme/md_dev/img/object_billa.png b/htdocs/theme/md_exp/img/object_billa.png similarity index 100% rename from htdocs/theme/md_dev/img/object_billa.png rename to htdocs/theme/md_exp/img/object_billa.png diff --git a/htdocs/theme/md_dev/img/object_billd.png b/htdocs/theme/md_exp/img/object_billd.png similarity index 100% rename from htdocs/theme/md_dev/img/object_billd.png rename to htdocs/theme/md_exp/img/object_billd.png diff --git a/htdocs/theme/md_dev/img/object_billr.png b/htdocs/theme/md_exp/img/object_billr.png similarity index 100% rename from htdocs/theme/md_dev/img/object_billr.png rename to htdocs/theme/md_exp/img/object_billr.png diff --git a/htdocs/theme/md_dev/img/object_book.png b/htdocs/theme/md_exp/img/object_book.png similarity index 100% rename from htdocs/theme/md_dev/img/object_book.png rename to htdocs/theme/md_exp/img/object_book.png diff --git a/htdocs/theme/md_dev/img/object_bookmark.png b/htdocs/theme/md_exp/img/object_bookmark.png similarity index 100% rename from htdocs/theme/md_dev/img/object_bookmark.png rename to htdocs/theme/md_exp/img/object_bookmark.png diff --git a/htdocs/theme/md_dev/img/object_calendar.png b/htdocs/theme/md_exp/img/object_calendar.png similarity index 100% rename from htdocs/theme/md_dev/img/object_calendar.png rename to htdocs/theme/md_exp/img/object_calendar.png diff --git a/htdocs/theme/md_dev/img/object_calendarday.png b/htdocs/theme/md_exp/img/object_calendarday.png similarity index 100% rename from htdocs/theme/md_dev/img/object_calendarday.png rename to htdocs/theme/md_exp/img/object_calendarday.png diff --git a/htdocs/theme/md_dev/img/object_calendarperuser.png b/htdocs/theme/md_exp/img/object_calendarperuser.png similarity index 100% rename from htdocs/theme/md_dev/img/object_calendarperuser.png rename to htdocs/theme/md_exp/img/object_calendarperuser.png diff --git a/htdocs/theme/md_dev/img/object_calendarweek.png b/htdocs/theme/md_exp/img/object_calendarweek.png similarity index 100% rename from htdocs/theme/md_dev/img/object_calendarweek.png rename to htdocs/theme/md_exp/img/object_calendarweek.png diff --git a/htdocs/theme/md_dev/img/object_category-expanded.png b/htdocs/theme/md_exp/img/object_category-expanded.png similarity index 100% rename from htdocs/theme/md_dev/img/object_category-expanded.png rename to htdocs/theme/md_exp/img/object_category-expanded.png diff --git a/htdocs/theme/md_dev/img/object_category.png b/htdocs/theme/md_exp/img/object_category.png similarity index 100% rename from htdocs/theme/md_dev/img/object_category.png rename to htdocs/theme/md_exp/img/object_category.png diff --git a/htdocs/theme/md_dev/img/object_commercial.png b/htdocs/theme/md_exp/img/object_commercial.png similarity index 100% rename from htdocs/theme/md_dev/img/object_commercial.png rename to htdocs/theme/md_exp/img/object_commercial.png diff --git a/htdocs/theme/md_dev/img/object_company.png b/htdocs/theme/md_exp/img/object_company.png similarity index 100% rename from htdocs/theme/md_dev/img/object_company.png rename to htdocs/theme/md_exp/img/object_company.png diff --git a/htdocs/theme/md_dev/img/object_contact.png b/htdocs/theme/md_exp/img/object_contact.png similarity index 100% rename from htdocs/theme/md_dev/img/object_contact.png rename to htdocs/theme/md_exp/img/object_contact.png diff --git a/htdocs/theme/md_dev/img/object_contact_all.png b/htdocs/theme/md_exp/img/object_contact_all.png similarity index 100% rename from htdocs/theme/md_dev/img/object_contact_all.png rename to htdocs/theme/md_exp/img/object_contact_all.png diff --git a/htdocs/theme/md_dev/img/object_contract.png b/htdocs/theme/md_exp/img/object_contract.png similarity index 100% rename from htdocs/theme/md_dev/img/object_contract.png rename to htdocs/theme/md_exp/img/object_contract.png diff --git a/htdocs/theme/md_dev/img/object_cron.png b/htdocs/theme/md_exp/img/object_cron.png similarity index 100% rename from htdocs/theme/md_dev/img/object_cron.png rename to htdocs/theme/md_exp/img/object_cron.png diff --git a/htdocs/theme/md_dev/img/object_dir.png b/htdocs/theme/md_exp/img/object_dir.png similarity index 100% rename from htdocs/theme/md_dev/img/object_dir.png rename to htdocs/theme/md_exp/img/object_dir.png diff --git a/htdocs/theme/md_dev/img/object_email.png b/htdocs/theme/md_exp/img/object_email.png similarity index 100% rename from htdocs/theme/md_dev/img/object_email.png rename to htdocs/theme/md_exp/img/object_email.png diff --git a/htdocs/theme/md_dev/img/object_energie.png b/htdocs/theme/md_exp/img/object_energie.png similarity index 100% rename from htdocs/theme/md_dev/img/object_energie.png rename to htdocs/theme/md_exp/img/object_energie.png diff --git a/htdocs/theme/md_dev/img/object_generic.png b/htdocs/theme/md_exp/img/object_generic.png similarity index 100% rename from htdocs/theme/md_dev/img/object_generic.png rename to htdocs/theme/md_exp/img/object_generic.png diff --git a/htdocs/theme/md_dev/img/object_globe.png b/htdocs/theme/md_exp/img/object_globe.png similarity index 100% rename from htdocs/theme/md_dev/img/object_globe.png rename to htdocs/theme/md_exp/img/object_globe.png diff --git a/htdocs/theme/md_dev/img/object_group.png b/htdocs/theme/md_exp/img/object_group.png similarity index 100% rename from htdocs/theme/md_dev/img/object_group.png rename to htdocs/theme/md_exp/img/object_group.png diff --git a/htdocs/theme/md_dev/img/object_holiday.png b/htdocs/theme/md_exp/img/object_holiday.png similarity index 100% rename from htdocs/theme/md_dev/img/object_holiday.png rename to htdocs/theme/md_exp/img/object_holiday.png diff --git a/htdocs/theme/md_dev/img/object_intervention.png b/htdocs/theme/md_exp/img/object_intervention.png similarity index 100% rename from htdocs/theme/md_dev/img/object_intervention.png rename to htdocs/theme/md_exp/img/object_intervention.png diff --git a/htdocs/theme/md_dev/img/object_invoice.png b/htdocs/theme/md_exp/img/object_invoice.png similarity index 100% rename from htdocs/theme/md_dev/img/object_invoice.png rename to htdocs/theme/md_exp/img/object_invoice.png diff --git a/htdocs/theme/md_dev/img/object_label.png b/htdocs/theme/md_exp/img/object_label.png similarity index 100% rename from htdocs/theme/md_dev/img/object_label.png rename to htdocs/theme/md_exp/img/object_label.png diff --git a/htdocs/theme/md_dev/img/object_list.png b/htdocs/theme/md_exp/img/object_list.png similarity index 100% rename from htdocs/theme/md_dev/img/object_list.png rename to htdocs/theme/md_exp/img/object_list.png diff --git a/htdocs/theme/md_dev/img/object_margin.png b/htdocs/theme/md_exp/img/object_margin.png similarity index 100% rename from htdocs/theme/md_dev/img/object_margin.png rename to htdocs/theme/md_exp/img/object_margin.png diff --git a/htdocs/theme/md_dev/img/object_opensurvey.png b/htdocs/theme/md_exp/img/object_opensurvey.png similarity index 100% rename from htdocs/theme/md_dev/img/object_opensurvey.png rename to htdocs/theme/md_exp/img/object_opensurvey.png diff --git a/htdocs/theme/md_dev/img/object_order.png b/htdocs/theme/md_exp/img/object_order.png similarity index 100% rename from htdocs/theme/md_dev/img/object_order.png rename to htdocs/theme/md_exp/img/object_order.png diff --git a/htdocs/theme/md_dev/img/object_payment.png b/htdocs/theme/md_exp/img/object_payment.png similarity index 100% rename from htdocs/theme/md_dev/img/object_payment.png rename to htdocs/theme/md_exp/img/object_payment.png diff --git a/htdocs/theme/md_dev/img/object_phoning.png b/htdocs/theme/md_exp/img/object_phoning.png similarity index 100% rename from htdocs/theme/md_dev/img/object_phoning.png rename to htdocs/theme/md_exp/img/object_phoning.png diff --git a/htdocs/theme/md_dev/img/object_phoning_fax.png b/htdocs/theme/md_exp/img/object_phoning_fax.png similarity index 100% rename from htdocs/theme/md_dev/img/object_phoning_fax.png rename to htdocs/theme/md_exp/img/object_phoning_fax.png diff --git a/htdocs/theme/md_dev/img/object_product.png b/htdocs/theme/md_exp/img/object_product.png similarity index 100% rename from htdocs/theme/md_dev/img/object_product.png rename to htdocs/theme/md_exp/img/object_product.png diff --git a/htdocs/theme/md_dev/img/object_project.png b/htdocs/theme/md_exp/img/object_project.png similarity index 100% rename from htdocs/theme/md_dev/img/object_project.png rename to htdocs/theme/md_exp/img/object_project.png diff --git a/htdocs/theme/md_dev/img/object_projectpub.png b/htdocs/theme/md_exp/img/object_projectpub.png similarity index 100% rename from htdocs/theme/md_dev/img/object_projectpub.png rename to htdocs/theme/md_exp/img/object_projectpub.png diff --git a/htdocs/theme/md_dev/img/object_projecttask.png b/htdocs/theme/md_exp/img/object_projecttask.png similarity index 100% rename from htdocs/theme/md_dev/img/object_projecttask.png rename to htdocs/theme/md_exp/img/object_projecttask.png diff --git a/htdocs/theme/md_dev/img/object_propal.png b/htdocs/theme/md_exp/img/object_propal.png similarity index 100% rename from htdocs/theme/md_dev/img/object_propal.png rename to htdocs/theme/md_exp/img/object_propal.png diff --git a/htdocs/theme/md_dev/img/object_reduc.png b/htdocs/theme/md_exp/img/object_reduc.png similarity index 100% rename from htdocs/theme/md_dev/img/object_reduc.png rename to htdocs/theme/md_exp/img/object_reduc.png diff --git a/htdocs/theme/md_dev/img/object_resource.png b/htdocs/theme/md_exp/img/object_resource.png similarity index 100% rename from htdocs/theme/md_dev/img/object_resource.png rename to htdocs/theme/md_exp/img/object_resource.png diff --git a/htdocs/theme/md_dev/img/object_rss.png b/htdocs/theme/md_exp/img/object_rss.png similarity index 100% rename from htdocs/theme/md_dev/img/object_rss.png rename to htdocs/theme/md_exp/img/object_rss.png diff --git a/htdocs/theme/md_dev/img/object_sending.png b/htdocs/theme/md_exp/img/object_sending.png similarity index 100% rename from htdocs/theme/md_dev/img/object_sending.png rename to htdocs/theme/md_exp/img/object_sending.png diff --git a/htdocs/theme/md_dev/img/object_service.png b/htdocs/theme/md_exp/img/object_service.png similarity index 100% rename from htdocs/theme/md_dev/img/object_service.png rename to htdocs/theme/md_exp/img/object_service.png diff --git a/htdocs/theme/md_dev/img/object_skype.png b/htdocs/theme/md_exp/img/object_skype.png similarity index 100% rename from htdocs/theme/md_dev/img/object_skype.png rename to htdocs/theme/md_exp/img/object_skype.png diff --git a/htdocs/theme/md_dev/img/object_stock.png b/htdocs/theme/md_exp/img/object_stock.png similarity index 100% rename from htdocs/theme/md_dev/img/object_stock.png rename to htdocs/theme/md_exp/img/object_stock.png diff --git a/htdocs/theme/md_dev/img/object_task.png b/htdocs/theme/md_exp/img/object_task.png similarity index 100% rename from htdocs/theme/md_dev/img/object_task.png rename to htdocs/theme/md_exp/img/object_task.png diff --git a/htdocs/theme/md_dev/img/object_task_time.png b/htdocs/theme/md_exp/img/object_task_time.png similarity index 100% rename from htdocs/theme/md_dev/img/object_task_time.png rename to htdocs/theme/md_exp/img/object_task_time.png diff --git a/htdocs/theme/md_dev/img/object_technic.png b/htdocs/theme/md_exp/img/object_technic.png similarity index 100% rename from htdocs/theme/md_dev/img/object_technic.png rename to htdocs/theme/md_exp/img/object_technic.png diff --git a/htdocs/theme/md_dev/img/object_trip.png b/htdocs/theme/md_exp/img/object_trip.png similarity index 100% rename from htdocs/theme/md_dev/img/object_trip.png rename to htdocs/theme/md_exp/img/object_trip.png diff --git a/htdocs/theme/md_dev/img/object_user.png b/htdocs/theme/md_exp/img/object_user.png similarity index 100% rename from htdocs/theme/md_dev/img/object_user.png rename to htdocs/theme/md_exp/img/object_user.png diff --git a/htdocs/theme/md_dev/img/off.png b/htdocs/theme/md_exp/img/off.png similarity index 100% rename from htdocs/theme/md_dev/img/off.png rename to htdocs/theme/md_exp/img/off.png diff --git a/htdocs/theme/md_dev/img/on.png b/htdocs/theme/md_exp/img/on.png similarity index 100% rename from htdocs/theme/md_dev/img/on.png rename to htdocs/theme/md_exp/img/on.png diff --git a/htdocs/theme/md_dev/img/pdf2.png b/htdocs/theme/md_exp/img/pdf2.png similarity index 100% rename from htdocs/theme/md_dev/img/pdf2.png rename to htdocs/theme/md_exp/img/pdf2.png diff --git a/htdocs/theme/md_dev/img/pdf3.png b/htdocs/theme/md_exp/img/pdf3.png similarity index 100% rename from htdocs/theme/md_dev/img/pdf3.png rename to htdocs/theme/md_exp/img/pdf3.png diff --git a/htdocs/theme/md_dev/img/play.png b/htdocs/theme/md_exp/img/play.png similarity index 100% rename from htdocs/theme/md_dev/img/play.png rename to htdocs/theme/md_exp/img/play.png diff --git a/htdocs/theme/md_dev/img/previous.png b/htdocs/theme/md_exp/img/previous.png similarity index 100% rename from htdocs/theme/md_dev/img/previous.png rename to htdocs/theme/md_exp/img/previous.png diff --git a/htdocs/theme/md_dev/img/printer.png b/htdocs/theme/md_exp/img/printer.png similarity index 100% rename from htdocs/theme/md_dev/img/printer.png rename to htdocs/theme/md_exp/img/printer.png diff --git a/htdocs/theme/md_dev/img/puce.png b/htdocs/theme/md_exp/img/puce.png similarity index 100% rename from htdocs/theme/md_dev/img/puce.png rename to htdocs/theme/md_exp/img/puce.png diff --git a/htdocs/theme/md_dev/img/recent.png b/htdocs/theme/md_exp/img/recent.png similarity index 100% rename from htdocs/theme/md_dev/img/recent.png rename to htdocs/theme/md_exp/img/recent.png diff --git a/htdocs/theme/md_dev/img/redstar.png b/htdocs/theme/md_exp/img/redstar.png similarity index 100% rename from htdocs/theme/md_dev/img/redstar.png rename to htdocs/theme/md_exp/img/redstar.png diff --git a/htdocs/theme/md_dev/img/refresh.png b/htdocs/theme/md_exp/img/refresh.png similarity index 100% rename from htdocs/theme/md_dev/img/refresh.png rename to htdocs/theme/md_exp/img/refresh.png diff --git a/htdocs/theme/md_dev/img/reload.png b/htdocs/theme/md_exp/img/reload.png similarity index 100% rename from htdocs/theme/md_dev/img/reload.png rename to htdocs/theme/md_exp/img/reload.png diff --git a/htdocs/theme/md_dev/img/rightarrow.png b/htdocs/theme/md_exp/img/rightarrow.png similarity index 100% rename from htdocs/theme/md_dev/img/rightarrow.png rename to htdocs/theme/md_exp/img/rightarrow.png diff --git a/htdocs/theme/md_dev/img/search.png b/htdocs/theme/md_exp/img/search.png similarity index 100% rename from htdocs/theme/md_dev/img/search.png rename to htdocs/theme/md_exp/img/search.png diff --git a/htdocs/theme/md_dev/img/searchclear.png b/htdocs/theme/md_exp/img/searchclear.png similarity index 100% rename from htdocs/theme/md_dev/img/searchclear.png rename to htdocs/theme/md_exp/img/searchclear.png diff --git a/htdocs/theme/md_dev/img/setup.png b/htdocs/theme/md_exp/img/setup.png similarity index 100% rename from htdocs/theme/md_dev/img/setup.png rename to htdocs/theme/md_exp/img/setup.png diff --git a/htdocs/theme/md_dev/img/sort_asc.png b/htdocs/theme/md_exp/img/sort_asc.png similarity index 100% rename from htdocs/theme/md_dev/img/sort_asc.png rename to htdocs/theme/md_exp/img/sort_asc.png diff --git a/htdocs/theme/md_dev/img/sort_asc_disabled.png b/htdocs/theme/md_exp/img/sort_asc_disabled.png similarity index 100% rename from htdocs/theme/md_dev/img/sort_asc_disabled.png rename to htdocs/theme/md_exp/img/sort_asc_disabled.png diff --git a/htdocs/theme/md_dev/img/sort_desc.png b/htdocs/theme/md_exp/img/sort_desc.png similarity index 100% rename from htdocs/theme/md_dev/img/sort_desc.png rename to htdocs/theme/md_exp/img/sort_desc.png diff --git a/htdocs/theme/md_dev/img/sort_desc_disabled.png b/htdocs/theme/md_exp/img/sort_desc_disabled.png similarity index 100% rename from htdocs/theme/md_dev/img/sort_desc_disabled.png rename to htdocs/theme/md_exp/img/sort_desc_disabled.png diff --git a/htdocs/theme/md_dev/img/split.png b/htdocs/theme/md_exp/img/split.png similarity index 100% rename from htdocs/theme/md_dev/img/split.png rename to htdocs/theme/md_exp/img/split.png diff --git a/htdocs/theme/md_dev/img/star.png b/htdocs/theme/md_exp/img/star.png similarity index 100% rename from htdocs/theme/md_dev/img/star.png rename to htdocs/theme/md_exp/img/star.png diff --git a/htdocs/theme/md_dev/img/stats.png b/htdocs/theme/md_exp/img/stats.png similarity index 100% rename from htdocs/theme/md_dev/img/stats.png rename to htdocs/theme/md_exp/img/stats.png diff --git a/htdocs/theme/md_dev/img/statut0.png b/htdocs/theme/md_exp/img/statut0.png similarity index 100% rename from htdocs/theme/md_dev/img/statut0.png rename to htdocs/theme/md_exp/img/statut0.png diff --git a/htdocs/theme/md_dev/img/statut1.png b/htdocs/theme/md_exp/img/statut1.png similarity index 100% rename from htdocs/theme/md_dev/img/statut1.png rename to htdocs/theme/md_exp/img/statut1.png diff --git a/htdocs/theme/md_dev/img/statut3.png b/htdocs/theme/md_exp/img/statut3.png similarity index 100% rename from htdocs/theme/md_dev/img/statut3.png rename to htdocs/theme/md_exp/img/statut3.png diff --git a/htdocs/theme/md_dev/img/statut4.png b/htdocs/theme/md_exp/img/statut4.png similarity index 100% rename from htdocs/theme/md_dev/img/statut4.png rename to htdocs/theme/md_exp/img/statut4.png diff --git a/htdocs/theme/md_dev/img/statut5.png b/htdocs/theme/md_exp/img/statut5.png similarity index 100% rename from htdocs/theme/md_dev/img/statut5.png rename to htdocs/theme/md_exp/img/statut5.png diff --git a/htdocs/theme/md_dev/img/statut6.png b/htdocs/theme/md_exp/img/statut6.png similarity index 100% rename from htdocs/theme/md_dev/img/statut6.png rename to htdocs/theme/md_exp/img/statut6.png diff --git a/htdocs/theme/md_dev/img/statut7.png b/htdocs/theme/md_exp/img/statut7.png similarity index 100% rename from htdocs/theme/md_dev/img/statut7.png rename to htdocs/theme/md_exp/img/statut7.png diff --git a/htdocs/theme/md_dev/img/statut8.png b/htdocs/theme/md_exp/img/statut8.png similarity index 100% rename from htdocs/theme/md_dev/img/statut8.png rename to htdocs/theme/md_exp/img/statut8.png diff --git a/htdocs/theme/md_dev/img/statut9.png b/htdocs/theme/md_exp/img/statut9.png similarity index 100% rename from htdocs/theme/md_dev/img/statut9.png rename to htdocs/theme/md_exp/img/statut9.png diff --git a/htdocs/theme/md_dev/img/stcomm-1.png b/htdocs/theme/md_exp/img/stcomm-1.png similarity index 100% rename from htdocs/theme/md_dev/img/stcomm-1.png rename to htdocs/theme/md_exp/img/stcomm-1.png diff --git a/htdocs/theme/md_dev/img/stcomm-1_grayed.png b/htdocs/theme/md_exp/img/stcomm-1_grayed.png similarity index 100% rename from htdocs/theme/md_dev/img/stcomm-1_grayed.png rename to htdocs/theme/md_exp/img/stcomm-1_grayed.png diff --git a/htdocs/theme/md_dev/img/stcomm0.png b/htdocs/theme/md_exp/img/stcomm0.png similarity index 100% rename from htdocs/theme/md_dev/img/stcomm0.png rename to htdocs/theme/md_exp/img/stcomm0.png diff --git a/htdocs/theme/md_dev/img/stcomm0_grayed.png b/htdocs/theme/md_exp/img/stcomm0_grayed.png similarity index 100% rename from htdocs/theme/md_dev/img/stcomm0_grayed.png rename to htdocs/theme/md_exp/img/stcomm0_grayed.png diff --git a/htdocs/theme/md_dev/img/stcomm1.png b/htdocs/theme/md_exp/img/stcomm1.png similarity index 100% rename from htdocs/theme/md_dev/img/stcomm1.png rename to htdocs/theme/md_exp/img/stcomm1.png diff --git a/htdocs/theme/md_dev/img/stcomm1_grayed.png b/htdocs/theme/md_exp/img/stcomm1_grayed.png similarity index 100% rename from htdocs/theme/md_dev/img/stcomm1_grayed.png rename to htdocs/theme/md_exp/img/stcomm1_grayed.png diff --git a/htdocs/theme/md_dev/img/stcomm2.png b/htdocs/theme/md_exp/img/stcomm2.png similarity index 100% rename from htdocs/theme/md_dev/img/stcomm2.png rename to htdocs/theme/md_exp/img/stcomm2.png diff --git a/htdocs/theme/md_dev/img/stcomm2_grayed.png b/htdocs/theme/md_exp/img/stcomm2_grayed.png similarity index 100% rename from htdocs/theme/md_dev/img/stcomm2_grayed.png rename to htdocs/theme/md_exp/img/stcomm2_grayed.png diff --git a/htdocs/theme/md_dev/img/stcomm3.png b/htdocs/theme/md_exp/img/stcomm3.png similarity index 100% rename from htdocs/theme/md_dev/img/stcomm3.png rename to htdocs/theme/md_exp/img/stcomm3.png diff --git a/htdocs/theme/md_dev/img/stcomm3_grayed.png b/htdocs/theme/md_exp/img/stcomm3_grayed.png similarity index 100% rename from htdocs/theme/md_dev/img/stcomm3_grayed.png rename to htdocs/theme/md_exp/img/stcomm3_grayed.png diff --git a/htdocs/theme/md_dev/img/stcomm4.png b/htdocs/theme/md_exp/img/stcomm4.png similarity index 100% rename from htdocs/theme/md_dev/img/stcomm4.png rename to htdocs/theme/md_exp/img/stcomm4.png diff --git a/htdocs/theme/md_dev/img/stcomm4_grayed.png b/htdocs/theme/md_exp/img/stcomm4_grayed.png similarity index 100% rename from htdocs/theme/md_dev/img/stcomm4_grayed.png rename to htdocs/theme/md_exp/img/stcomm4_grayed.png diff --git a/htdocs/theme/md_dev/img/switch_off.png b/htdocs/theme/md_exp/img/switch_off.png similarity index 100% rename from htdocs/theme/md_dev/img/switch_off.png rename to htdocs/theme/md_exp/img/switch_off.png diff --git a/htdocs/theme/md_dev/img/switch_on.png b/htdocs/theme/md_exp/img/switch_on.png similarity index 100% rename from htdocs/theme/md_dev/img/switch_on.png rename to htdocs/theme/md_exp/img/switch_on.png diff --git a/htdocs/theme/md_dev/img/tab_background.png b/htdocs/theme/md_exp/img/tab_background.png similarity index 100% rename from htdocs/theme/md_dev/img/tab_background.png rename to htdocs/theme/md_exp/img/tab_background.png diff --git a/htdocs/theme/md_dev/img/tick.png b/htdocs/theme/md_exp/img/tick.png similarity index 100% rename from htdocs/theme/md_dev/img/tick.png rename to htdocs/theme/md_exp/img/tick.png diff --git a/htdocs/theme/md_dev/img/title.gif b/htdocs/theme/md_exp/img/title.gif similarity index 100% rename from htdocs/theme/md_dev/img/title.gif rename to htdocs/theme/md_exp/img/title.gif diff --git a/htdocs/theme/md_dev/img/title.png b/htdocs/theme/md_exp/img/title.png similarity index 100% rename from htdocs/theme/md_dev/img/title.png rename to htdocs/theme/md_exp/img/title.png diff --git a/htdocs/theme/md_dev/img/tmenu.jpg b/htdocs/theme/md_exp/img/tmenu.jpg similarity index 100% rename from htdocs/theme/md_dev/img/tmenu.jpg rename to htdocs/theme/md_exp/img/tmenu.jpg diff --git a/htdocs/theme/md_dev/img/tmenu2.jpg b/htdocs/theme/md_exp/img/tmenu2.jpg similarity index 100% rename from htdocs/theme/md_dev/img/tmenu2.jpg rename to htdocs/theme/md_exp/img/tmenu2.jpg diff --git a/htdocs/theme/md_dev/img/tmenu3.jpg b/htdocs/theme/md_exp/img/tmenu3.jpg similarity index 100% rename from htdocs/theme/md_dev/img/tmenu3.jpg rename to htdocs/theme/md_exp/img/tmenu3.jpg diff --git a/htdocs/theme/md_dev/img/tmenu_inverse.jpg b/htdocs/theme/md_exp/img/tmenu_inverse.jpg similarity index 100% rename from htdocs/theme/md_dev/img/tmenu_inverse.jpg rename to htdocs/theme/md_exp/img/tmenu_inverse.jpg diff --git a/htdocs/theme/md_dev/img/unlock.png b/htdocs/theme/md_exp/img/unlock.png similarity index 100% rename from htdocs/theme/md_dev/img/unlock.png rename to htdocs/theme/md_exp/img/unlock.png diff --git a/htdocs/theme/md_dev/img/uparrow.png b/htdocs/theme/md_exp/img/uparrow.png similarity index 100% rename from htdocs/theme/md_dev/img/uparrow.png rename to htdocs/theme/md_exp/img/uparrow.png diff --git a/htdocs/theme/md_dev/img/vcard.png b/htdocs/theme/md_exp/img/vcard.png similarity index 100% rename from htdocs/theme/md_dev/img/vcard.png rename to htdocs/theme/md_exp/img/vcard.png diff --git a/htdocs/theme/md_dev/img/view.png b/htdocs/theme/md_exp/img/view.png similarity index 100% rename from htdocs/theme/md_dev/img/view.png rename to htdocs/theme/md_exp/img/view.png diff --git a/htdocs/theme/md_dev/img/warning.png b/htdocs/theme/md_exp/img/warning.png similarity index 100% rename from htdocs/theme/md_dev/img/warning.png rename to htdocs/theme/md_exp/img/warning.png diff --git a/htdocs/theme/md_dev/img/working.gif b/htdocs/theme/md_exp/img/working.gif similarity index 100% rename from htdocs/theme/md_dev/img/working.gif rename to htdocs/theme/md_exp/img/working.gif diff --git a/htdocs/theme/md_dev/img/working2.gif b/htdocs/theme/md_exp/img/working2.gif similarity index 100% rename from htdocs/theme/md_dev/img/working2.gif rename to htdocs/theme/md_exp/img/working2.gif diff --git a/htdocs/theme/md_dev/index.html b/htdocs/theme/md_exp/index.html similarity index 100% rename from htdocs/theme/md_dev/index.html rename to htdocs/theme/md_exp/index.html diff --git a/htdocs/theme/md_dev/style.css.php b/htdocs/theme/md_exp/style.css.php similarity index 100% rename from htdocs/theme/md_dev/style.css.php rename to htdocs/theme/md_exp/style.css.php diff --git a/htdocs/theme/md_dev/tpl/README b/htdocs/theme/md_exp/tpl/README similarity index 100% rename from htdocs/theme/md_dev/tpl/README rename to htdocs/theme/md_exp/tpl/README diff --git a/htdocs/theme/md_dev/tpl/index.html b/htdocs/theme/md_exp/tpl/index.html similarity index 100% rename from htdocs/theme/md_dev/tpl/index.html rename to htdocs/theme/md_exp/tpl/index.html