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-d78f3d33393fpull/27/merge
parent
37562208b6
commit
d83525cf76
|
@ -37,9 +37,9 @@ function xhtmlHeaders( $file, $title )
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $title ?></title>
|
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $title ?></title>
|
||||||
<link rel="icon" type="image/ico" href="favicon.ico"/>
|
<link rel="icon" type="image/ico" href="graphics/favicon.ico"/>
|
||||||
<link rel="shortcut icon" href="favicon.ico"/>
|
<link rel="shortcut icon" href="graphics/favicon.ico"/>
|
||||||
<link rel="stylesheet" href="css/reset.css" type="text/css" media="screen"/>
|
<link rel="stylesheet" href="css/reset.css" type="text/css"/>
|
||||||
<link rel="stylesheet" href="<?= $skinCssFile ?>" type="text/css" media="screen"/>
|
<link rel="stylesheet" href="<?= $skinCssFile ?>" type="text/css" media="screen"/>
|
||||||
<?php
|
<?php
|
||||||
if ( $viewCssFile )
|
if ( $viewCssFile )
|
||||||
|
@ -59,7 +59,7 @@ function xhtmlHeaders( $file, $title )
|
||||||
<?php
|
<?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>
|
<script type="text/javascript" src="js/mootools.ext.js"></script>
|
||||||
<?php
|
<?php
|
||||||
if ( $skinJsPhpFile )
|
if ( $skinJsPhpFile )
|
||||||
|
|
Loading…
Reference in New Issue