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.
This commit is contained in:
Meitar Moscovitz
2009-02-11 03:03:16 +11:00
parent 47a5d2b7f0
commit c9e8b1e5c3
3 changed files with 57 additions and 0 deletions

View File

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