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

Qual: Add link to doc

parent 73afd45d
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment