mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
favicon
git-svn-id: http://www.observium.org/svn/observer/trunk@83 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user