From 3157b927db9af3ec9c8fc90f7dd40eed99813efd Mon Sep 17 00:00:00 2001 From: dleffler Date: Fri, 21 Jun 2013 22:35:42 -0400 Subject: [PATCH] Reverts to allowing deprecated 0.9x theme calls for a few versions, next add deprecated notice message [#1043] --- framework/core/compat/theme.php | 115 +++++++++++++++++++++++++ framework/core/subsystems/expTheme.php | 2 +- 2 files changed, 116 insertions(+), 1 deletion(-) create mode 100644 framework/core/compat/theme.php diff --git a/framework/core/compat/theme.php b/framework/core/compat/theme.php new file mode 100644 index 0000000000..00658c82e2 --- /dev/null +++ b/framework/core/compat/theme.php @@ -0,0 +1,115 @@ + \ No newline at end of file diff --git a/framework/core/subsystems/expTheme.php b/framework/core/subsystems/expTheme.php index 887d246193..c2494ad024 100755 --- a/framework/core/subsystems/expTheme.php +++ b/framework/core/subsystems/expTheme.php @@ -29,7 +29,7 @@ public static function initialize() { global $auto_dirs2; // global $user; // Initialize the theme subsystem 1.0 compatibility layer -// require_once(BASE.'framework/core/compat/theme.php'); + require_once(BASE.'framework/core/compat/theme.php'); if (!defined('DISPLAY_THEME')) { /* exdoc