فهرست منبع

Include Chart.js (#6105)

AlexC 3 سال پیش
والد
کامیت
4da4656559
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      core/dashboard/index.php

+ 4 - 1
core/dashboard/index.php

@@ -93,6 +93,9 @@
 	$document['title'] = $text['title-dashboard'];
 	require_once "resources/header.php";
 
+//include chart.js
+	echo "<script src='/resources/chartjs/chart.min.js'></script>";
+
 //start the content
 	/*
 	echo "<table cellpadding='0' cellspacing='0' border='0' width='100%'>\n";
@@ -152,4 +155,4 @@
 //show the footer
 	require_once "resources/footer.php";
 
-?>
+?>