Skip to content
Snippets Groups Projects
Commit a9d4386b authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Update bad link

parent 9b713c11
Branches
No related tags found
No related merge requests found
<?php <?php
/* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2003 Jean-Louis Bergamo <jlb@j1b.org> * Copyright (C) 2003 Jean-Louis Bergamo <jlb@j1b.org>
* Copyright (C) 2004-2006 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2004-2008 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2007 Franky Van Liedekerke <franky.van.liedekerke@telenet.be> * Copyright (C) 2007 Franky Van Liedekerke <franky.van.liedekerke@telenet.be>
* Copyright (C) 2005-2007 Regis Houssin <regis@dolibarr.fr> * Copyright (C) 2005-2007 Regis Houssin <regis@dolibarr.fr>
* *
...@@ -18,14 +18,12 @@ ...@@ -18,14 +18,12 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
*/ */
/** /**
* \file htdocs/about.php * \file htdocs/about.php
* \brief Fichier page a propos * \brief Fichier page a propos
* \version $Revision$ * \version $Id$
*/ */
require("./pre.inc.php"); require("./pre.inc.php");
...@@ -115,14 +113,13 @@ if (eregi('^fr_',$langs->getDefaultLang())) ...@@ -115,14 +113,13 @@ if (eregi('^fr_',$langs->getDefaultLang()))
print 'Vente / Support'; print 'Vente / Support';
print '<ul>'; print '<ul>';
print '<li>'; print '<li>';
print 'Contactez Rodolphe Quideville sur <a target="blank" href="http://rodolphe.quiedeville.org">www.dolibarr.com</a>'; print 'Contactez Rodolphe Quideville sur <a target="blank" href="http://rodolphe.quiedeville.org">rodolphe.quiedeville.org</a>';
print '</li>'; print '</li>';
print '</ul>'; print '</ul>';
} }
llxFooter('$Date$ - $Revision$'); llxFooter('$Date$ - $Revision$');
?> ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment