summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-02-17 20:32:19 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-02-17 20:32:19 +0000
commit2eb6a6a9b02b51d9c8aa2f7bcff559681dd33b90 (patch)
tree7067e5f771c81a74bb5954c9b5149ce655716d81 /config.php.sample
parentdfd08519d6cd7719290d2652394eeadbb4704f80 (diff)
parent07c6537898a7c839469b50121b6c6d63be07613c (diff)
Merge branch 'mobile-style' of git://gitorious.org/laconica/meitar into review
Conflicts: lib/action.php
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...