]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/README
initial import
[osqa.git] / forum / skins / README
1 this directory contains available skins
2
3 1) default - default skin with templates
4 2) common - this directory is to media directory common to all or many templates
5
6 to create a new skin just create another directory under skins/
7 and start populating it with the directory structure as in
8 default/templates - templates must be named the same way
9
10 NO NEED TO CREATE ALL TEMPLATES/MEDIA FILES AT ONCE
11
12 templates are resolved in the following way:
13 * check in skin named as in settings.OSQA_DEFAULT_SKIN
14 * then skin named 'default'
15
16 media is resolved with one extra option
17 * settings.OSQA_DEFAULT_SKIN
18 * 'default'
19 * 'common'
20
21 media does not have to be composed of files named the same way as in default skin
22 whatever media you link to from your templates - will be in operation