mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 03:12:35 +01:00
Code fixes
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
* Copyright (C) 2004-2012 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
* Copyright (C) 2012 Regis Houssin <regis.houssin@capnetworks.com>
|
||||
* Copyright (C) 2013 Florian Henry <florian.henry@open-concept.pro>
|
||||
* Copyright (C) 2015 Juanjo Menent <jmenent@2byte.es>
|
||||
*
|
||||
* 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
|
||||
@@ -64,7 +65,7 @@ $textobject=$langs->transnoentitiesnoconv("Project");
|
||||
llxHeader("",$langs->trans("ProjectsSetup"));
|
||||
|
||||
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
|
||||
print_fiche_titre($langs->trans("ProjectsSetup"),$linkback,title_setup);
|
||||
print_fiche_titre($langs->trans("ProjectsSetup"),$linkback,'title_setup');
|
||||
|
||||
$head = project_admin_prepare_head();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user