Qual: Add link to doc
This commit is contained in:
parent
73afd45d1a
commit
56bc6dabc7
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user