]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added a mention of config setting to use a custom theme
authorSarven Capadisli <csarven@controlyourself.ca>
Sun, 15 Feb 2009 22:30:39 +0000 (22:30 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Sun, 15 Feb 2009 22:30:39 +0000 (22:30 +0000)
theme/readme.txt

index 335801385d0d31aa64f2fd0eebf48a6502226eb2..4998b3c988b48b553c1fe4de0df8425f5a5ca5ba 100644 (file)
@@ -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';