* Copyright (C) 2003 Jean-Louis Bergamo * Copyright (C) 2004-2010 Laurent Destailleur * Copyright (C) 2007 Franky Van Liedekerke * Copyright (C) 2005-2007 Regis Houssin * * 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 * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ /** * \file htdocs/admin/system/about.php * \brief About Dolibarr File page * \version $Id: about.php,v 1.5 2011/07/31 22:23:14 eldy Exp $ */ require("../../main.inc.php"); $langs->load("admin"); $langs->load("help"); /* * View */ llxHeader(); print_fiche_titre("Dolibarr",'','setup'); print $langs->trans("Version").':'; print '
    '; print '
  • '.DOL_VERSION.'
  • '; print '
'; print "
\n"; print $langs->trans("DolibarrLicense").':'; print '
    '; print '
  • GNU/GPL
  • '; print '
'; print "
\n"; print $langs->trans("Developpers").':'; print ''; print "
\n"; print $langs->trans("OtherInformations").':'; print ''; print $langs->trans("HelpCenter"); print '
    '; print '
  • '; //print $langs->trans("SeeWikiPage",'http://wiki.dolibarr.org/index.php/List_of_OpenSource_Software_companies_and_freelancers'); print ''.$langs->trans("HelpCenter").''; print '
  • '; print '
'; print '
'.$langs->trans("MakeADonation").':
'; print '
    '; print '
    '; print ''; print '
    '; print '
'; llxFooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.5 $'); ?>