fix: Bad name for spanish wiki's url

This commit is contained in:
Juanjo Menent 2011-08-22 16:07:28 +00:00
parent 7b7a0ac06f
commit 1750d694af

View File

@ -21,7 +21,7 @@
* \file htdocs/societe/index.php * \file htdocs/societe/index.php
* \ingroup societe * \ingroup societe
* \brief Home page for third parties area * \brief Home page for third parties area
* \version $Id: index.php,v 1.19 2011/08/21 13:12:48 eldy Exp $ * \version $Id: index.php,v 1.20 2011/08/22 16:07:28 simnandez Exp $
*/ */
require("../main.inc.php"); require("../main.inc.php");
@ -40,7 +40,7 @@ $langs->load("companies");
*/ */
$transAreaType = $langs->trans("ThirdPartiesArea"); $transAreaType = $langs->trans("ThirdPartiesArea");
$helpurl='EN:Module_Third_Parties|FR:Module_Tiers|ES:Módulo_Tierceros'; $helpurl='EN:Module_Third_Parties|FR:Module_Tiers|ES:Módulo_Terceros';
llxHeader("",$langs->trans("ThirdParties"),$helpurl); llxHeader("",$langs->trans("ThirdParties"),$helpurl);
@ -239,5 +239,5 @@ print '</td></tr></table>';
$db->close(); $db->close();
llxFooter('$Date: 2011/08/21 13:12:48 $ - $Revision: 1.19 $'); llxFooter('$Date: 2011/08/22 16:07:28 $ - $Revision: 1.20 $');
?> ?>