From: Sarven Capadisli Date: Sun, 15 Feb 2009 22:30:39 +0000 (+0000) Subject: Added a mention of config setting to use a custom theme X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=faf82eebfebf24c7a8aa62b517e15c0a1ad71954;p=quix0rs-gnu-social.git Added a mention of config setting to use a custom theme --- diff --git a/theme/readme.txt b/theme/readme.txt index 335801385d..4998b3c988 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';