2
0
forked from Wavyzz/dolibarr

Change generic and setup image title

This commit is contained in:
jfefe
2015-04-18 19:47:09 +02:00
parent 5c80d46b74
commit c905f88498
147 changed files with 172 additions and 151 deletions

View File

@@ -12,6 +12,7 @@
* Copyright (C) 2013 Alexandre Spangaro <alexandre.spangaro@gmail.com>
* Copyright (C) 2014 Cédric GROSS <c.gross@kreiz-it.fr>
* Copyright (C) 2014-2015 Marcos García <marcosgdf@gmail.com>
* Copyright (C) 2015 Jean-François Ferry <jfefe@aternatik.fr>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -2723,7 +2724,7 @@ function print_titre($title)
* @param int $id To force an id on html objects
* @return void
*/
function print_fiche_titre($title, $mesg='', $picto='title.png', $pictoisfullpath=0, $id='')
function print_fiche_titre($title, $mesg='', $picto='title_generic.png', $pictoisfullpath=0, $id='')
{
print load_fiche_titre($title, $mesg, $picto, $pictoisfullpath, $id);
}