Fixes include problems as well as Win path problems.

This commit is contained in:
Lars Jung 2012-02-15 18:41:13 +01:00
parent d72ea22fb0
commit 9f10e92175
13 changed files with 158 additions and 70 deletions

View file

@ -25,8 +25,8 @@ var H5AI_CONFIG = {
*
* This is disabled by default.
*/
"customHeader": false,
"customFooter": false,
"customHeader": "_h5ai.header.html",
"customFooter": "_h5ai.footer.html",
/*
* An array of view modes the user may choose from. Currently there
@ -105,13 +105,13 @@ var H5AI_CONFIG = {
* Requires PHP on the server.
* Show thumbnails for image files.
*/
"showThumbs": false,
"showThumbs": true,
/*
* Requires PHP on the server.
* Enable zipped download of selected entries.
*/
"zippedDownload": false
"zippedDownload": true
},