1 this directory contains available skins
 
   3 1) default - default skin with templates
 
   4 2) common - this directory is to media directory common to all or many templates
 
   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
 
  10 NO NEED TO CREATE ALL TEMPLATES/MEDIA FILES AT ONCE
 
  12 templates are resolved in the following way:
 
  13 * check in skin named as in settings.OSQA_DEFAULT_SKIN
 
  14 * then skin named 'default'
 
  16 media is resolved with one extra option
 
  17 * settings.OSQA_DEFAULT_SKIN
 
  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