summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
authorEric Helgeson <erichelgeson@gmail.com>2009-07-28 20:02:01 -0500
committerEric Helgeson <erichelgeson@gmail.com>2009-07-28 20:02:01 -0500
commit3a8a9e292d2ad75a868b1e3173ad242a12c941e9 (patch)
tree670d182e98f35fad29ac60304f174e4e26bd3189 /config.php.sample
parentae87369d4204a2f36e38b5a242ad03e1e3a1276c (diff)
parentc85b6155eb004fe556de255482c04b87046c90b3 (diff)
Merge commit 'origin/0.8.x' into 0.9.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"]