comparison example.cfg @ 151:4e25150aa868

Change js_path configuration setting to js_file.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 06 Sep 2017 17:34:36 +0300
parents b4751909c48f
children cb7019690a73
comparison
equal deleted inserted replaced
150:28a2b6e6b527 151:4e25150aa868
18 ;;; 18 ;;;
19 css = "/mgallery/basic.css" 19 css = "/mgallery/basic.css"
20 album_icon = "/mgallery/album_sm.png" 20 album_icon = "/mgallery/album_sm.png"
21 ;urchin_file = "urchin.inc.php" 21 ;urchin_file = "urchin.inc.php"
22 22
23 ; Relative path to Javascript files used by MGallery (mgallery.js) 23 ; Relative path+filename to mgallery.js
24 js_path = "/mgallery/" 24 js_file = "/mgallery/mgallery.js"
25 25
26 ; Use image from sub-album as album cover image? 26 ; Use image from sub-album as album cover image?
27 ; If disabled, album_icon will be always used for cover image 27 ; If disabled, album_icon will be always used for cover image
28 cover_images = yes 28 cover_images = yes
29 29