From 2da4122d3c03ff9c763911e2dcaafad584ca48e5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 14 Apr 2001 19:31:28 +0000 Subject: - added new variable: theme_footer which can be used to provide a footer message like a copyright notice. Themes should use this! --- includes/theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/theme.inc') diff --git a/includes/theme.inc b/includes/theme.inc index 9cde011a1..d09ccf2ce 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -7,7 +7,7 @@ function theme_init() { include_once $themes[$user->theme][0]; } else { - include_once $themes[variable_get(default_theme, key($themes))][0]; + include_once $themes[variable_get(theme_default, key($themes))][0]; } return new Theme(); } -- cgit v1.2.3