From 35a529cd86a453b8d46ef9933b12e95021926dba Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 13 Jan 2009 10:53:06 +0000 Subject: Change admin/themes to show both styles of themes side by side. This eliminates the menu, which is kind of clunky. While I'm at it, let's call the "regular" themes a "site theme" so we have "site" and "admin" themes. --- core/libraries/Theme_View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/libraries/Theme_View.php') diff --git a/core/libraries/Theme_View.php b/core/libraries/Theme_View.php index 64023aa6..38e8e056 100644 --- a/core/libraries/Theme_View.php +++ b/core/libraries/Theme_View.php @@ -32,7 +32,7 @@ class Theme_View_Core extends View { public function __construct($name, $page_type) { parent::__construct($name); - $this->theme_name = module::get_var("core", "active_theme"); + $this->theme_name = module::get_var("core", "active_site_theme"); if (user::active()->admin) { $this->theme_name = Input::instance()->get("theme", $this->theme_name); } -- cgit v1.2.3