1; Please see http://www.php.net/manual/en/function.parse-ini-file.php
2; for limitations of the ini format used here
3
4; Define the stylesheets your template uses here. The second value
5; defines for which output media the style should be loaded. Currently
6; print, screen and rtl are supported. rtl styles are loaded additionally
7; to screen styles if a right-to-left language is selected (eg. hebrew)
8[stylesheets]
9layout.css     = screen
10style.css      = screen
11style_dw.css   = screen
12print.css      = print
13
14; This section is used to configure some placeholder values used in
15; the stylesheets. Changing this file is the simplest method to
16; give your wiki a new look.
17[replacements]
18
19; various shades of gray, mainly used for backgrounds and texts
20;__white__      = "#fff"
21
22