diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-22 06:58:26 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-22 06:58:26 +0000 |
commit | 9758b4e3007e3af2bc0a6f56ddd0a06e8ef40cad (patch) | |
tree | 75a670eeecfd74f5990e8842527b1584eb13d4d9 /modules | |
parent | dbf698e92a1968d8f2b5dd6695e26fb884d2341c (diff) | |
download | ampache-9758b4e3007e3af2bc0a6f56ddd0a06e8ef40cad.tar.gz ampache-9758b4e3007e3af2bc0a6f56ddd0a06e8ef40cad.tar.bz2 ampache-9758b4e3007e3af2bc0a6f56ddd0a06e8ef40cad.zip |
changed to div layout and fixed up burgundy... still needs a lot of css work
Diffstat (limited to 'modules')
-rw-r--r-- | modules/init.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/init.php b/modules/init.php index adc87ac6..564fbc36 100644 --- a/modules/init.php +++ b/modules/init.php @@ -289,6 +289,7 @@ flip_class(array('odd','even')); /* Setup the Error Class */ $error = new Error(); +$theme = get_theme(conf('theme_name')); if (! preg_match('/update\.php/', $_SERVER['PHP_SELF'])) { $update = new Update(); |