From d950bcb9d256d69537b470c9e9064791e37cd669 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 8 Jun 2011 00:21:32 +1000 Subject: [PATCH] ... --- templates/themes/rrdtool/theme.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/themes/rrdtool/theme.php b/templates/themes/rrdtool/theme.php index 39f950ea..bc317f59 100644 --- a/templates/themes/rrdtool/theme.php +++ b/templates/themes/rrdtool/theme.php @@ -81,7 +81,7 @@ // Graph graph if(!rrd_graph($settings['images'] . '/' . $board . '-' . $span . '.png', Array( '-s -1' . $span, - '-t Posts on ' . sprintf($config['board_abbreviation'], $board) .' this ', + '-t Posts on ' . sprintf($config['board_abbreviation'], $board) .' this ' . $span, '--lazy', '-l 0', '-h', $this->height, '-w', $this->width, @@ -106,7 +106,7 @@ foreach($this->spans as &$span) { $options = Array( '-s -1' . $span, - '-t Posts', + '-t Posts this ' . $span, '--lazy', '-l 0', '-h', $this->height, '-w', $this->width, @@ -124,6 +124,9 @@ $c = 0; $cc = 0; + $c = 1; + $cc = 0; + $red = 2; foreach($this->boards as &$board) { if(in_array($board, $this->combined_exclude)) continue;