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_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