allow prefix/suffix page_title config options

git-svn-id: http://www.observium.org/svn/observer/trunk@3038 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2012-04-17 10:48:35 +00:00
parent 6e7239e82c
commit ffd95a120e
2 changed files with 10 additions and 3 deletions
-2
View File
@@ -15,7 +15,6 @@ if($_SESSION['widescreen'])
$graph_array['to'] = $config['time']['now'];
#echo('<p class="badtobias"');
foreach ($periods as $period)
{
$graph_array['from'] = $config['time'][$period];
@@ -30,6 +29,5 @@ foreach ($periods as $period)
echo(overlib_link($link, generate_graph_tag($graph_array), generate_graph_tag($graph_array_zoom), NULL));
}
#echo('</p>');
?>