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 '';