mirror of
https://github.com/agdsn/ancient-weatherstation.git
synced 2026-06-19 23:07:59 +00:00
Makefile added
git-svn-id: file:///home/jan/tmp/wetterstation/trunk@128 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?
|
||||
include_once("php_inc/config.inc.php");
|
||||
include_once("php_inc/module_set.inc.php");
|
||||
include_once($path."php_inc/config.inc.php");
|
||||
include_once($path."php_inc/module_set.inc.php");
|
||||
|
||||
class Chart{
|
||||
|
||||
@@ -11,7 +11,8 @@ class Chart{
|
||||
}
|
||||
|
||||
function _getTemplateFileName($template_name){
|
||||
return "content/charts/chart_".$template_name.".html";
|
||||
global $path;
|
||||
return $path."content/charts/chart_".$template_name.".html";
|
||||
}
|
||||
|
||||
function generateChartLink($chartName){
|
||||
|
||||
Reference in New Issue
Block a user