diff options
author | Meitar Moscovitz <meitarm@gmail.com> | 2009-02-11 03:03:16 +1100 |
---|---|---|
committer | Meitar Moscovitz <meitarm@gmail.com> | 2009-02-11 03:03:16 +1100 |
commit | c9e8b1e5c380904e479927e2f24754d8709f590e (patch) | |
tree | 252c9c239ee896753e4a1bef9da71260965085a8 /config.php.sample | |
parent | 47a5d2b7f06cd1612734c47ad21fc397bbff5276 (diff) |
Add streamlined mobile device-friendly styles when enabled in config.
A new mobile-specific style sheet is added and loaded only if the
`$config['site']['mobile']` configuration variable is set to true.
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample index a2c5801f4..d1191ea01 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... |