From 2d2e7f97e43ec97884a032213952aed2deb6616d Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 23 May 2011 07:35:36 +0200 Subject: first themes docs --- doc/themes.rst | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/themes.rst (limited to 'doc') diff --git a/doc/themes.rst b/doc/themes.rst new file mode 100644 index 0000000..72a4c8d --- /dev/null +++ b/doc/themes.rst @@ -0,0 +1,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/ + -- cgit v1.2.3