updates theme documentation
This commit is contained in:
parent
3e3c070b31
commit
554a358539
1 changed files with 15 additions and 8 deletions
|
@ -7,26 +7,33 @@ modify the visual appearance.
|
||||||
|
|
||||||
Changing the current theme
|
Changing the current theme
|
||||||
==========================
|
==========================
|
||||||
In ``data/config.php``, set your theme like this:
|
In ``data/config.php``, set your theme like this: ::
|
||||||
|
|
||||||
$theme = 'darkmood';
|
$theme = 'darkmood';
|
||||||
|
|
||||||
|
|
||||||
Changeable files
|
Creating your own theme
|
||||||
================
|
=======================
|
||||||
|
|
||||||
CSS file
|
CSS and image files
|
||||||
--------
|
-------------------
|
||||||
FIXME, missing at the moment
|
Since both file types need to be accessible via the web server directly,
|
||||||
|
they are located in the ``www/`` folder: ::
|
||||||
|
|
||||||
|
www/themes/$themename/
|
||||||
|
|
||||||
|
The main CSS file that automatically gets included is ::
|
||||||
|
|
||||||
|
www/themes/$themename/scuttle.css
|
||||||
|
|
||||||
|
|
||||||
Template files
|
Template files
|
||||||
--------------
|
--------------
|
||||||
The templates of the default file are located in
|
The templates of the default file are located in ::
|
||||||
|
|
||||||
data/templates/default/
|
data/templates/default/
|
||||||
|
|
||||||
You may put your theme template files into
|
You may put your theme template files into ::
|
||||||
|
|
||||||
data/templates/$themename/
|
data/templates/$themename/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue