diff --git a/htdocs/about.php b/htdocs/about.php index 459465be9db..4710f172f50 100644 --- a/htdocs/about.php +++ b/htdocs/about.php @@ -1,7 +1,7 @@ - * Copyright (C) 2003 Jean-Louis Bergamo - * Copyright (C) 2004 Laurent Destailleur + * Copyright (C) 2003 Jean-Louis Bergamo + * Copyright (C) 2004-2005 Laurent Destailleur * * 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 @@ -22,70 +22,79 @@ * */ -/*! +/** \file htdocs/about.php \brief Fichier page a propos \version $Revision$ */ - require("./pre.inc.php"); + llxHeader(); + print_fiche_titre( "Dolibarr ".DOL_VERSION,''); -?> -

-Dolibarr est publié sous licence GNU/GPL -

+print '

'; +print $langs->trans("Dolibarr est publié sous licence GNU/GPL"); +print '

'; -

-Dolibarr est développé par : -

-D'autres développeurs y contribuent activement : - +print '

'; +print $langs->trans("Dolibarr est développé par :"); -

-Informations : -

'; + + +// \todo Faut-il inviter l'utilisateur à aller sur le site en français si sa langue n'est pas le français ? +//if (eregi('^fr_',$conf->langage) +//{ + print '

'; + print 'Vente / Support'; + print '

    '; + print '
  • '; + print 'Contactez Rodolphe Quiédeville sur www.dolibarr.com'; + print '
  • '; + print '
'; +//} -

-Vente / Support -

-