git-svn-id: http://www.observium.org/svn/observer/trunk@83 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2007-04-09 10:47:46 +00:00
parent 321cd02825
commit 80ed88604f
2 changed files with 2 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ $page_title = "Project Observer Network Monitoring";
$title_image = "/images/logo.gif";
$stylesheet = "/css/styles.css";
$mono_font = "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf";
$favicon = "/favicon.ico";
### Which special sections should we show?
$show_if_customers = 0;

View File

@@ -29,7 +29,7 @@ if($_GET[debug]) {
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- <meta http-equiv="refresh" content="300"> -->
<link href="<?php echo($stylesheet); ?>" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="shortcut icon" href="<?php echo($favicon); ?>" />
</head>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin