remove almost all base_url

git-svn-id: http://www.observium.org/svn/observer/trunk@2648 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-10-05 10:55:10 +00:00
parent 42d43c47e5
commit b6e7b4ef7a
11 changed files with 20 additions and 29 deletions

View File

@@ -45,11 +45,6 @@ foreach ($graph_types as $type => $descr)
echo(generate_link($descr, $link_array,array('view'=>'graphs','graph'=>$type)));
if ($vars['graph'] == $type) { echo("</span>"); }
# echo('(');
# if ($vars['view'] == $type) { echo("<span class='pagemenu-selected'>"); }
# echo('<a href="'.$config['base_url'].'/device/' . $device['device_id'] . '/vrfs/'.$type.'/thumbs/">Mini</a>');
# if ($vars['view'] == $type) { echo("</span>"); }
# echo(')');
$type_sep = " | ";
}