From dd0b341b643d68d92c4b23fc8188e16110c3c1ab Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 10 Jun 2008 14:52:38 -0400 Subject: first steps towards new skin darcs-hash:20080610185238-84dde-c073065f5f802be39b97a23105613fac1eeb0bea.gz --- lib/common.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/common.php') diff --git a/lib/common.php b/lib/common.php index f910b3613..198c8feaf 100644 --- a/lib/common.php +++ b/lib/common.php @@ -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'); -- cgit v1.2.3-54-g00ecf