summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-07-27 13:42:48 -0400
committerCraig Andrews <candrews@integralblue.com>2009-07-27 13:42:48 -0400
commit936b0999786a77fb6463a638784520fb623d523e (patch)
tree7cc8a627901e884c0f2fa986aed8ef6beb4096b5 /config.php.sample
parentac75772150c3fe9411408ac44db04e774d095aa0 (diff)
parent037c35152efc359d0947bff398a56af921afb076 (diff)
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample
index 57aa6a6c8..36e62f70f 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -18,6 +18,14 @@ $config['site']['server'] = 'localhost';
$config['site']['path'] = 'laconica';
// $config['site']['fancy'] = false;
// $config['site']['theme'] = 'default';
+// Sets the site's default design values (match it with the values in the theme)
+// $config['site']['design']['backgroundcolor'] = '#F0F2F5';
+// $config['site']['design']['contentcolor'] = '#FFFFFF';
+// $config['site']['design']['sidebarcolor'] = '#CEE1E9';
+// $config['site']['design']['textcolor'] = '#000000';
+// $config['site']['design']['linkcolor'] = '#002E6E';
+// $config['site']['design']['backgroundimage'] = null;
+// $config['site']['design']['disposition'] = 1;
// To enable the built-in mobile style sheet, defaults to false.
// $config['site']['mobile'] = true;
// For contact email, defaults to $_SERVER["SERVER_ADMIN"]