mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
Move artichow and smarty libs into includes directory with other libraries.
This commit is contained in:
@@ -25,7 +25,7 @@ require_once("../../htdocs/master.inc.php");
|
||||
require_once(DOL_DOCUMENT_ROOT."/energie/EnergieCompteur.class.php");
|
||||
require_once(DOL_DOCUMENT_ROOT."/energie/EnergieGroupe.class.php");
|
||||
|
||||
require_once (DOL_DOCUMENT_ROOT."/../external-libs/Artichow/LinePlot.class.php");
|
||||
require_once (DOL_DOCUMENT_ROOT."/includes/artichow/LinePlot.class.php");
|
||||
|
||||
$error = 0;
|
||||
|
||||
@@ -158,7 +158,7 @@ if ($resql_c)
|
||||
$graph->border->hide();
|
||||
$graph->setAntiAliasing(true);
|
||||
|
||||
$graph->title->set("Consommation journali<6C>re");
|
||||
$graph->title->set("Consommation journali<6C>re");
|
||||
$graph->title->setFont(new Tuffy(10));
|
||||
|
||||
$bgcolor= new Color(222,231,236);
|
||||
@@ -182,7 +182,7 @@ if ($resql_c)
|
||||
$graph->border->hide();
|
||||
$graph->setAntiAliasing(true);
|
||||
|
||||
$graph->title->set("Consommation journali<6C>re");
|
||||
$graph->title->set("Consommation journali<6C>re");
|
||||
$graph->title->setFont(new Tuffy(10));
|
||||
|
||||
$bgcolor= new Color(222,231,236);
|
||||
|
||||
@@ -24,8 +24,8 @@ require_once("../../htdocs/master.inc.php");
|
||||
require_once(DOL_DOCUMENT_ROOT."/energie/EnergieCompteur.class.php");
|
||||
require_once(DOL_DOCUMENT_ROOT."/energie/EnergieGroupe.class.php");
|
||||
|
||||
require_once (DOL_DOCUMENT_ROOT."/../external-libs/Artichow/BarPlot.class.php");
|
||||
require_once (DOL_DOCUMENT_ROOT."/../external-libs/Artichow/LinePlot.class.php");
|
||||
require_once (DOL_DOCUMENT_ROOT."/includes/artichow/BarPlot.class.php");
|
||||
require_once (DOL_DOCUMENT_ROOT."/includes/artichow/LinePlot.class.php");
|
||||
|
||||
$error = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user