This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
bistro/forum/skins/README

23 lines
776 B
Plaintext
Executable File

this directory contains available skins
1) default - default skin with templates
2) common - this directory is to media directory common to all or many templates
to create a new skin just create another directory under skins/
and start populating it with the directory structure as in
default/templates - templates must be named the same way
NO NEED TO CREATE ALL TEMPLATES/MEDIA FILES AT ONCE
templates are resolved in the following way:
* check in skin named as in settings.ASKBOT_DEFAULT_SKIN
* then skin named 'default'
media is resolved with one extra option
* settings.ASKBOT_DEFAULT_SKIN
* 'default'
* 'common'
media does not have to be composed of files named the same way as in default skin
whatever media you link to from your templates - will be in operation