diff --git a/htdocs/index.php b/htdocs/index.php index d0056d0bbda4817b343c616af351281ed7815e0e..f43874363a5a56a0ff47727c9d38e32eed7c37c2 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 0000000000000000000000000000000000000000..e9273e727f59a5eefc3516fac772d8326f64804a Binary files /dev/null and b/htdocs/theme/eldy/img/title_home.png differ