Changes between Version 6 and Version 7 of Doc_Skins


Ignore:
Timestamp:
Mar 28, 2010 3:52:26 PM (3 years ago)
Author:
ersi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc_Skins

    v6 v7  
    99== How do skins work == 
    1010 
    11 A skin is a set of HTML-based templates with CSS stylsheets and all the rest that is necessary to make Roundcube look nice. All files belonging to a skin are stored in a subfolder of the {{{skins/}}} directory which also denotes the name of the skin. 
     11A skin is a set of HTML-based templates with CSS stylesheets and all the rest that is necessary to make Roundcube look nice. All files belonging to a skin are stored in a subfolder of the {{{skins/}}} directory which also denotes the name of the skin. 
    1212 
    1313As the last step of processing a request from the client the template engine of Roundcube reads a template file from the active skin and replaces certain placeholders with real content. There's a neat schema in the [wiki:Dev_Docs Documentation page] that explains the process.