first steps towards new skin

darcs-hash:20080610185238-84dde-c073065f5f802be39b97a23105613fac1eeb0bea.gz
This commit is contained in:
Evan Prodromou
2008-06-10 14:52:38 -04:00
parent 4602fd8c07
commit dd0b341b64
4 changed files with 84 additions and 35 deletions

View File

@@ -36,6 +36,7 @@ $config =
array('site' =>
array('name' => 'Just another Laconica microblog',
'server' => 'localhost',
'theme' => 'default',
'path' => '/',
'fancy' => false),
'syslog' =>
@@ -69,6 +70,7 @@ $config['db'] =
require_once(INSTALLDIR.'/config.php');
require_once(INSTALLDIR.'/lib/util.php');
require_once(INSTALLDIR.'/lib/action.php');
require_once(INSTALLDIR.'/lib/theme.php');
require_once(INSTALLDIR.'/classes/Avatar.php');
require_once(INSTALLDIR.'/classes/Notice.php');