mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
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:
@@ -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>');
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user