summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-02-20 09:54:17 -0500
committerEvan Prodromou <evan@controlyourself.ca>2009-02-20 09:54:17 -0500
commita0ddbecfbc4f923f0555aebacf726e2e50a92fd1 (patch)
treed73c51b8b7e8dfd78b0d11dbac02fc6c4f2a2671 /config.php.sample
parentd8b6762e6dcb776571797f51d7c7d4cb99c9ef31 (diff)
parentc9def4a8768239093823fbe34367d97f9e30d320 (diff)
Merge branch '0.7.x' of evan@dev.controlyourself.ca:/var/www/evan into 0.7.x
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample
index da3154507..6e55eaffc 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -18,6 +18,8 @@ $config['site']['server'] = 'localhost';
$config['site']['path'] = 'laconica';
#$config['site']['fancy'] = false;
#$config['site']['theme'] = 'default';
+#To enable the built-in mobile style sheet, defaults to false.
+#$config['site']['mobile'] = true;
#For contact email, defaults to $_SERVER["SERVER_ADMIN"]
#$config['site']['email'] = 'admin@example.net';
#Brought by...