comparison example.cfg @ 8:0a284f2ccc73

Update example configuration.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 30 May 2015 12:09:40 +0300
parents ac688606ec4b
children 3f7bc4202df3
comparison
equal deleted inserted replaced
7:dec931d9e860 8:0a284f2ccc73
3 ;;; 3 ;;;
4 4
5 ;;; Gallery title, etc. 5 ;;; Gallery title, etc.
6 title_prefix = "My Own Gallery" 6 title_prefix = "My Own Gallery"
7 title_sep = " - " 7 title_sep = " - "
8 page_info = "<b>MGallery v0.1</b> &copy; Copyright 2015 Tecnic Software productions (TNSP)" 8 page_info = "<b>MGallery</b> &copy; Copyright 2015 Tecnic Software productions (TNSP)"
9 9
10 10
11 ;;; 11 ;;;
12 ;;; CSS / layout style 12 ;;; CSS / layout style
13 ;;; 13 ;;;
14 css_select = yes 14 css_select = yes
15 css = "/mgallery/basic.css" 15 css = "/mgallery/basic.css"
16 album_icon = "/mgallery/album_sm.png" 16 album_icon = "/mgallery/album_sm.png"
17
18 navi_ctrl_up = "up"
19 navi_ctrl_prev = "<< prev"
20 navi_ctrl_next = "next >>"
17 21
18 22
19 ;;; 23 ;;;
20 ;;; Important paths and urls 24 ;;; Important paths and urls
21 ;;; 25 ;;;