Fixed path to export functions
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2541 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
5e4a953dcd
commit
e7c025712a
|
@ -27,7 +27,7 @@ function exportHeader( $title )
|
|||
<title><?= $title ?></title>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
<?php include( 'zm_export.css' ); ?>
|
||||
<?php include( ZM_SKIN_PATH.'css/export.css' ); ?>
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue