|
Revision 1364, 0.8 KB
(checked in by networkfusion, 5 years ago)
|
- Created ability to have a themes setting file to define
commonly asked for features.
- Created a new "Network Theme Pack" to show off the settings
file and improve the user experience.
|
| Line | |
|---|
| 1 | Directory: wifidog/media/network_theme_packs/ |
|---|
| 2 | User-installable theme packs that can be chosen from the network admin insterface. To create a new one, create a directory having the following structure: |
|---|
| 3 | theme_pack_id/ A directory, it's name becomes the theme pack's id |
|---|
| 4 | |- name.txt The content of this file become the theme pack's name (Displayed in the theme selection menu) |
|---|
| 5 | |- description.txt The content of this file become the theme pack's description (displayed in the help) |
|---|
| 6 | |- stylesheet.css Mandatory: the stylesheet used by the theme, will be applied after the stylesheet in base_theme |
|---|
| 7 | |- images/ Images used by this theme's stylesheet |
|---|
| 8 | |- themeconfig.php The content of this file is optional, but can define the menu position, CSS inheritence and header/footer values. |
|---|
| 9 | Important note: The encoding for name.txt and description.txt is assumed to be UTF-8 |
|---|