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.
This commit is contained in:
Evan Prodromou
2009-03-11 16:21:10 -04:00
parent e6a3e6d451
commit 70d5fc4684
3 changed files with 6 additions and 0 deletions

View File

@@ -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