diff options
Diffstat (limited to '')
-rw-r--r-- | include/functions.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php index b69c88a71..69174ea4d 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -644,7 +644,7 @@ function redirect_html( $url , $msg = '', $refresh_time = 0) include_once(get_language_filepath('common.lang.php')); trigger_action('loading_lang'); @include_once(get_language_filepath('local.lang.php')); - list($tmpl, $thm) = explode('/', $conf['default_template']); + list($tmpl, $thm) = explode('/', get_default_template()); $template = new Template(PHPWG_ROOT_PATH.'template/'.$tmpl, $thm); } else |