diff --git a/templates/themes/rrdtool/theme.php b/templates/themes/rrdtool/theme.php index e6f20b81..28ae8357 100644 --- a/templates/themes/rrdtool/theme.php +++ b/templates/themes/rrdtool/theme.php @@ -59,7 +59,7 @@ foreach($this->spans as &$span) { // Graph graph - if(!rrd_graph($settings['images'] . $board . '-' . $span . '.png', Array( + if(!rrd_graph($settings['images'] . '/' . $board . '-' . $span . '.png', Array( '-s -1' . $span, '-t Posts on ' . sprintf($config['board_abbreviation'], $board), //'--lazy',