summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-02-15 22:30:39 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-02-15 22:30:39 +0000
commitfaf82eebfebf24c7a8aa62b517e15c0a1ad71954 (patch)
tree803f5e0a82f8cf6b8422a74be4fb0426bbc02192 /theme
parent32fc71b43240e620e667354b97c662ac5ef1dab5 (diff)
Added a mention of config setting to use a custom theme
Diffstat (limited to 'theme')
-rw-r--r--theme/readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/theme/readme.txt b/theme/readme.txt
index 335801385..4998b3c98 100644
--- a/theme/readme.txt
+++ b/theme/readme.txt
@@ -31,3 +31,6 @@ cp -r ./default ./mytheme
nano ./mytheme/css/display.css
3. Search and replace a colour or a path to the background image of your choice.
+
+4. Set /config.php to load 'mytheme':
+$config['site']['theme'] = 'mytheme';