blob: 72a4c8d9dc0b29f9e8cd851c0a1f3b682dcec9f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
======================
SemanticScuttle Themes
======================
SemanticScuttle may be changed visually by supplying custom "themes" that
modify the visual appearance.
Changing the current theme
==========================
In ``data/config.php``, set your theme like this:
$theme = 'darkmood';
Changeable files
================
CSS file
--------
FIXME, missing at the moment
Template files
--------------
The templates of the default file are located in
data/templates/default/
You may put your theme template files into
data/templates/$themename/
|