Qual: Add link to doc

This commit is contained in:
Laurent Destailleur 2011-05-12 22:03:17 +00:00
parent 73afd45d1a
commit 56bc6dabc7

View File

@ -51,7 +51,17 @@ $staticproduct=new Product($db);
* View
*/
llxHeader();
$helpurl='';
if (isset($_GET["type"]) && $_GET["type"] == 0)
{
$helpurl='EN:Module_Products|FR:Module_Produits|ES:Módulo_Productos';
}
if (isset($_GET["type"]) && $_GET["type"] == 1)
{
$helpurl='EN:Module_Services_En|FR:Module_Services|ES:Módulo_Servicios';
}
llxHeader('',$title,$helpurl,'');
//On n'affiche le lien page suivante que s'il y a une page suivante ...
$sql = "SELECT count(*) as c";