From 8b77f0b6bbecf0c065fc6f42cd9c68250f43739b Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Tue, 3 Apr 2007 15:18:48 +0000 Subject: [PATCH] Add stylesheet option to config git-svn-id: http://www.observium.org/svn/observer/trunk@10 61d68cd4-352d-0410-923a-c4978735b2b8 --- config.php.default | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.php.default b/config.php.default index a45ca8250..fb4dca862 100755 --- a/config.php.default +++ b/config.php.default @@ -29,8 +29,10 @@ $nets = array ("172.22.0.0/16", "10.0.0.0/8"); $mydomain = "project-observer.net"; -$page_title = "Project Observer Network Monitoring"; +$page_title = "Project Observer Network Monitoring"; $title_image = "/images/logo.gif"; +$stylesheet = "/css/styles.css"; + ### Which special sections should we show? $show_if_customers = 0;