Merge branch 'mobile-style' of git://gitorious.org/laconica/meitar into review

Conflicts:

	lib/action.php
This commit is contained in:
Sarven Capadisli
2009-02-17 20:32:19 +00:00
3 changed files with 81 additions and 2 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...