Fixed path to export functions

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2541 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2008-07-16 08:41:53 +00:00
parent 5e4a953dcd
commit e7c025712a
1 changed files with 1 additions and 1 deletions

View File

@ -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>