summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-04-14 23:17:25 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-04-14 23:17:25 +0000
commitd6a31c90a81a5e18af3379095bfccc444a5d7f73 (patch)
tree1bfe41af74e0a11e3462e0a142b95c2ad281049d /config.php.sample
parent7095c93f66fa2fc4fdae57276ca66ad777788afd (diff)
Removed skin config option
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.php.sample b/config.php.sample
index 4c4c9f08b..b8ed45fa8 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -18,7 +18,6 @@ $config['site']['server'] = 'localhost';
$config['site']['path'] = 'laconica';
#$config['site']['fancy'] = false;
#$config['site']['theme'] = 'default';
-#$config['site']['skin'] = 'default';
#To enable the built-in mobile style sheet, defaults to false.
#$config['site']['mobile'] = true;
#For contact email, defaults to $_SERVER["SERVER_ADMIN"]