diff --git a/htdocs/index.php b/htdocs/index.php index d0056d0bbda..f43874363a5 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -71,7 +71,7 @@ if (! empty($conf->global->MAIN_APPLICATION_TITLE)) $title=$langs->trans("HomeAr llxHeader('',$title); -print_fiche_titre($langs->trans("HomeArea")); +print_fiche_titre($langs->trans("HomeArea"),'','title_home'); if (! empty($conf->global->MAIN_MOTD)) { diff --git a/htdocs/theme/eldy/img/title_accountancy.png b/htdocs/theme/eldy/img/title_accountancy.png index 745a8907980..6e7c2a412c6 100644 Binary files a/htdocs/theme/eldy/img/title_accountancy.png and b/htdocs/theme/eldy/img/title_accountancy.png differ diff --git a/htdocs/theme/eldy/img/title_generic.png b/htdocs/theme/eldy/img/title_generic.png index 4cb4addf3de..ae224327549 100644 Binary files a/htdocs/theme/eldy/img/title_generic.png and b/htdocs/theme/eldy/img/title_generic.png differ diff --git a/htdocs/theme/eldy/img/title_home.png b/htdocs/theme/eldy/img/title_home.png new file mode 100644 index 00000000000..e9273e727f5 Binary files /dev/null and b/htdocs/theme/eldy/img/title_home.png differ