diff --git a/htdocs/lib/functions.lib.php b/htdocs/lib/functions.lib.php index b492c777d26..ebe4106b897 100644 --- a/htdocs/lib/functions.lib.php +++ b/htdocs/lib/functions.lib.php @@ -1866,7 +1866,7 @@ function print_titre($titre) * \param picto Icon to use before title (should be a 32x32 transparent png file) * \param pictoisfullpath 1=Icon name is a full absolute url of image */ -function print_fiche_titre($titre, $mesg='', $picto='title.png', $pictoisfullpath=0) +function print_fiche_titre($titre, $mesg='', $picto='title.gif', $pictoisfullpath=0) { print "\n"; print ''; diff --git a/htdocs/theme/auguria/img/title.gif b/htdocs/theme/auguria/img/title.gif new file mode 100644 index 00000000000..f7b6917596f Binary files /dev/null and b/htdocs/theme/auguria/img/title.gif differ diff --git a/htdocs/theme/bluelagoon/img/title.gif b/htdocs/theme/bluelagoon/img/title.gif new file mode 100644 index 00000000000..52d910c1b9b Binary files /dev/null and b/htdocs/theme/bluelagoon/img/title.gif differ diff --git a/htdocs/theme/eldy/eldy.css.php b/htdocs/theme/eldy/eldy.css.php index 837aa4ed952..afeffb9b1b3 100644 --- a/htdocs/theme/eldy/eldy.css.php +++ b/htdocs/theme/eldy/eldy.css.php @@ -168,7 +168,7 @@ div.tmenu border-right: 0px solid #555555; border-bottom: 1px solid #8B9999; padding: 0px 0px 0px 0px; - margin: 0px 0px 2px 0px; + margin: 0px 0px 4px 0px; font-weight: normal; font-size: 12px; height: 19px; diff --git a/htdocs/theme/eldy/img/title.gif b/htdocs/theme/eldy/img/title.gif new file mode 100644 index 00000000000..c1afa93ae4c Binary files /dev/null and b/htdocs/theme/eldy/img/title.gif differ diff --git a/htdocs/theme/freelug/img/title.gif b/htdocs/theme/freelug/img/title.gif new file mode 100644 index 00000000000..c1afa93ae4c Binary files /dev/null and b/htdocs/theme/freelug/img/title.gif differ diff --git a/htdocs/theme/rodolphe/img/title.gif b/htdocs/theme/rodolphe/img/title.gif new file mode 100644 index 00000000000..c1afa93ae4c Binary files /dev/null and b/htdocs/theme/rodolphe/img/title.gif differ diff --git a/htdocs/theme/yellow/img/title.gif b/htdocs/theme/yellow/img/title.gif new file mode 100644 index 00000000000..575bc31ef29 Binary files /dev/null and b/htdocs/theme/yellow/img/title.gif differ