2
0
forked from Wavyzz/dolibarr

[Qual] Replaced deprecated print_fiche_titre()

This commit is contained in:
Raphaël Doursenaud
2015-09-24 18:33:48 +02:00
parent dabfad1529
commit 631ee83745
329 changed files with 405 additions and 405 deletions

View File

@@ -61,7 +61,7 @@ if (preg_match('/del(.*)/',$action,$reg))
llxHeader('',$langs->trans("WorkflowSetup"),'');
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
print_fiche_titre($langs->trans("WorkflowSetup"),$linkback,'title_setup');
print load_fiche_titre($langs->trans("WorkflowSetup"),$linkback,'title_setup');
print $langs->trans("WorkflowDesc").'<br>';
print "<br>";