From 6be228fc3b6e232d74dc9382a25e209715d37dcf Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 16 Feb 2005 13:24:50 +0000 Subject: [PATCH] Modification de les gestion des onglets --- htdocs/telephonie/stats/lignes/index.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/htdocs/telephonie/stats/lignes/index.php b/htdocs/telephonie/stats/lignes/index.php index c4a8b9d55f5..42a91584e44 100644 --- a/htdocs/telephonie/stats/lignes/index.php +++ b/htdocs/telephonie/stats/lignes/index.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2004-2005 Rodolphe Quiedeville * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -34,13 +34,7 @@ llxHeader('','Telephonie - Statistiques - Lignes'); * */ -$h = 0; - -$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/lignes/index.php'; -$head[$h][1] = "Global"; -$hselected = $h; -$h++; - +include "./onglets.php"; dolibarr_fiche_head($head, $hselected, "Lignes"); print '';