missing file!

git-svn-id: http://www.observium.org/svn/observer/trunk@199 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2008-03-23 21:32:54 +00:00
parent 7394b0c1db
commit 126fbc630d
11 changed files with 117 additions and 16 deletions
+3 -1
View File
@@ -30,7 +30,9 @@ if($_GET[debug]) {
<title><?php echo("$page_title"); ?></title>
<base href="<?php echo($config['base_url']); ?>" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- <meta http-equiv="refresh" content="300"> -->
<?php
if($config['page_refresh']) { echo("<meta http-equiv='refresh' content='".$config['page_refresh']."'>"); }
?>
<link href="<?php echo($config['stylesheet']); ?>" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="<?php echo($config['favicon']); ?>" />
<link rel="stylesheet" href="css/mktree.css" type="text/css">