diff --git a/core/dashboard/index.php b/core/dashboard/index.php index f0804f560a..8744b49827 100644 --- a/core/dashboard/index.php +++ b/core/dashboard/index.php @@ -93,6 +93,9 @@ $document['title'] = $text['title-dashboard']; require_once "resources/header.php"; +//include chart.js + echo ""; + //start the content /* echo "\n"; @@ -152,4 +155,4 @@ //show the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>