summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-03-29 21:01:47 +0000
committerDries Buytaert <dries@buytaert.net>2005-03-29 21:01:47 +0000
commit99233a9c991635e801aebc276e4e2975b6ba9e20 (patch)
tree64b935b10913cbad252be1c67f8882a036e5b2e2 /includes/common.inc
parenta9091183e1234def7edf03570a15c13fea5262e8 (diff)
downloadbrdo-99233a9c991635e801aebc276e4e2975b6ba9e20.tar.gz
brdo-99233a9c991635e801aebc276e4e2975b6ba9e20.tar.bz2
- Patch #19590 by Moshe: lazy initialization of the theme system. Improves
performance of pages that don't need the theme system (such as RSS feeds) and makes it easier to set a custom theme.
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/common.inc b/includes/common.inc
index cfa48aa9d..f3abbac85 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -1905,7 +1905,4 @@ if (!user_access('bypass input data check')) {
// Initialize the localization system.
$locale = locale_initialize();
-// Initialize the enabled theme.
-$theme = init_theme();
-
?>