summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-03-11 16:21:10 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-03-11 16:21:10 -0400
commit70d5fc46845804507640e354c9d9e06367a53fb0 (patch)
tree2ea5d503caf921b646a36a826c8a3aa5ec3c3373 /config.php.sample
parente6a3e6d4511cbda1dc15def14a33073eb96627e0 (diff)
Document the site-logo configuration option
The configuration option for site logo wasn't well documented, so I added it to the README file, config.php.sample, and common.php.
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample
index e9052bbf9..529e86f15 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -37,6 +37,9 @@ $config['site']['path'] = 'laconica';
# Enables extra log information, for example full details of PEAR DB errors
#$config['site']['logdebug'] = true;
+#To set your own logo, overriding the one in the theme
+#$config['site']['logo'] = '/mylogo.png';
+
# This is a PEAR DB DSN, see http://pear.php.net/manual/en/package.database.db.intro-dsn.php
# Set it to match your actual database