source: extensions/stripped/conf/default.conf @ 7989

Last change on this file since 7989 was 7989, checked in by Zaphod, 13 years ago

[extension] stripped - first release

File size: 2.9 KB
Line 
1# Config File for stripped Theme
2# author: J.Capitaine
3# ------------------------------------------------------------------------------
4# To modify theses default options, you can make a "local.conf" file with new
5# declaration of parameters
6# Local files must be localized in the /local/themes/*theme-name*/conf directory
7#
8# BE CAREFUL : string values must be defined between double-quote => "my string"
9# ------------------------------------------------------------------------------
10
11# ------- General Parameters ---------------------------------------------------
12
13# replaceActionIcons
14# -- true
15# -- false
16# if set to true, all actions icons at top of the page will be replaced by
17# their ALT attributes
18replaceActionIcons = true
19
20# ------- Category Page Parameters ---------------------------------------------
21
22# animatedMenu
23# -- true
24# -- false
25# animated menu option will be automatically set to 0 with webkit browsers
26# (chrome, safari) due to display problems.
27animatedMenu = true
28
29# ------- Picture Page Parameters ---------------------------------------------
30
31# showTitleOnBrowsePath
32# -- true
33# -- false
34showTitleOnBrowsePath = false
35
36# showDescriptionInsteadOfTitle
37# -- true
38# -- false
39showDescriptionInsteadOfTitle = false
40
41# animated tabs
42# -- true
43# -- false
44# tabs are animated only when opening/closing one tab, not when switching from
45# one tab to another.
46animatedTabs = true
47
48# imageAutosize
49# -- true
50# -- false
51# if option set to "yes", the image will be automatically resized to fit
52# window height
53imageAutosize = true
54
55# imageAutosizeTitle
56# -- true
57# -- false
58# Include title in image autosize process
59imageAutosizeTitle = true
60
61# imageAutosizeMargin
62# -- nb of pixels
63# Bottom margin after resize
64imageAutosizeMargin = 2
65
66# imageAutosizeMinHeight
67# -- nb of pixels
68# Minimum height of Image after resize
69imageAutosizeMinHeight = 200
70
71# navThumbsFade
72# -- time in ms
73# time for fade-in / fade-out for prev/next image Thumb
74# no fade-in / fade-out if set to 0
75navThumbsFade = 150
76
77# marginContainer
78# -- nb of pixels
79# This option define the space between the HD picture side (left/right) and the
80# window borders.
81marginContainer=30
82
83# paddingContainer
84# -- nb of pixels
85# This option is used for HD picture and defines the space between the picture
86# sides (left/right/top/bottom) and the container.
87paddingContainer=10
88
89# defaultZoomSize
90# -- "full" => when HD picture is displayed, the image is displayed in the full size
91# -- "fit"  => when HD picture is displayed, the image is displayed to fit in the window
92defaultZoomSize="full"
93
94# highResClickMode
95# -- "close" => click on the HD picture closes the HD picture windows
96# -- "zoom"  => click on the HD picture switch the zoom mode fit/full
97highResClickMode="zoom"
98
99# infoTabAdminOnly
100# -- true
101# -- false
102# if set to true, only admins will see the info tab on the picture tab
103infoTabAdminOnly = false
Note: See TracBrowser for help on using the repository browser.