mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02: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";
|
$title_image = "/images/logo.gif";
|
||||||
$stylesheet = "/css/styles.css";
|
$stylesheet = "/css/styles.css";
|
||||||
$mono_font = "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf";
|
$mono_font = "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf";
|
||||||
|
$favicon = "/favicon.ico";
|
||||||
|
|
||||||
### Which special sections should we show?
|
### Which special sections should we show?
|
||||||
$show_if_customers = 0;
|
$show_if_customers = 0;
|
||||||
|
|||||||
+1
-1
@@ -29,7 +29,7 @@ if($_GET[debug]) {
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||||
<!-- <meta http-equiv="refresh" content="300"> -->
|
<!-- <meta http-equiv="refresh" content="300"> -->
|
||||||
<link href="<?php echo($stylesheet); ?>" rel="stylesheet" type="text/css">
|
<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>
|
</head>
|
||||||
<SCRIPT LANGUAGE="JavaScript">
|
<SCRIPT LANGUAGE="JavaScript">
|
||||||
<!-- Begin
|
<!-- Begin
|
||||||
|
|||||||
Reference in New Issue
Block a user