// ---------------------------------------------------------------------------- // STRUCTURE DOCUMENTATION // // The Theme directory structure need to be like this // This is only for the public theme // // themes/ // // theme.xml // // // theme.xml // // <...> // // theme.xml // // // theme.xml // // // Theme = Squelette [+ Habillage] // Habillage is optional, because default 'habillage' could be in the // 'squelette' directory itself (such 'dist'). // // Available 'squelettes' or 'habillage' can be now stored in the same // directory but you still have the possibility to have 2 differents // directories // // --------------------------------------------------------------------------- // Habillage // theme.xml (use to give a description in the interface and to select it // with name) // // name_of_the_habillage // // author of the habillage // // // 1.0 // // // stable // // // ... // // themes // dist // SarkaSpip // // // You can define several dependances // // --------------------------------------------------------------------------- // Squelette // theme.xml (use to give description in the interface) // // // name_of_the_squelette // // author of the squelette // // // 1.0 // // // stable // // squelettes // // ... // // // // ---------------------------------------------------------------------------