From 99233a9c991635e801aebc276e4e2975b6ba9e20 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 29 Mar 2005 21:01:47 +0000 Subject: - 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. --- includes/common.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'includes/common.inc') 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(); - ?> -- cgit v1.2.3