New paths to mootools and favicon. Reset.css not just screen media.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2557 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2008-07-16 13:18:05 +00:00
parent 37562208b6
commit d83525cf76
1 changed files with 4 additions and 4 deletions

View File

@ -37,9 +37,9 @@ function xhtmlHeaders( $file, $title )
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $title ?></title>
<link rel="icon" type="image/ico" href="favicon.ico"/>
<link rel="shortcut icon" href="favicon.ico"/>
<link rel="stylesheet" href="css/reset.css" type="text/css" media="screen"/>
<link rel="icon" type="image/ico" href="graphics/favicon.ico"/>
<link rel="shortcut icon" href="graphics/favicon.ico"/>
<link rel="stylesheet" href="css/reset.css" type="text/css"/>
<link rel="stylesheet" href="<?= $skinCssFile ?>" type="text/css" media="screen"/>
<?php
if ( $viewCssFile )
@ -59,7 +59,7 @@ function xhtmlHeaders( $file, $title )
<?php
}
?>
<script type="text/javascript" src="js/mootools.js"></script>
<script type="text/javascript" src="tools/mootools/mootools.js"></script>
<script type="text/javascript" src="js/mootools.ext.js"></script>
<?php
if ( $skinJsPhpFile )