From 3185f3a52404baacaef29e4ace534c97e5ddc931 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Mon, 30 Jul 2012 08:26:41 -0400 Subject: [PATCH] Backported default -> classic skin renaming --- program/include/rcube_template.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/include/rcube_template.php b/program/include/rcube_template.php index 19510ce..24915f0 100644 --- a/program/include/rcube_template.php +++ b/program/include/rcube_template.php @@ -77,7 +77,7 @@ $this->set_env('x_frame_options', $this->app->config->get('x_frame_options', 'sameorigin')); // load the correct skin (in case user-defined) - $skin = $this->app->config->get('skin', 'default'); + $skin = $this->app->config->get('skin'); $this->set_skin($skin); $this->set_env('skin', $skin); -- Gitblit v1.9.1