2.3. Setting global options

Many times, it will be useful to set up global options, global options are set like this:

     <set option="VALUE">
     
Any global option will override anything defined within channel elements (see Section 2.1)

For example, to change the background color of the stats page, you could do:

     <set bgcolor="black">
     
You can set many options in a single set:
     <set lang="DE" timeoffset="+1">
     
The above will set the language on the statistics page to DE (Deutch, German) and set the timeoffset to +1. All options available are mentioned in the reference documentation.