From c930a0f799b9016a2938679ff0795e85ca18a88c Mon Sep 17 00:00:00 2001 From: Dominik <info@profi-webdesign.net> Date: Mon, 27 Jan 2014 14:50:53 -0500 Subject: [PATCH] and again --- install/tpl/config.inc.php.master | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/install/tpl/config.inc.php.master b/install/tpl/config.inc.php.master index 8c8bedd..b217603 100644 --- a/install/tpl/config.inc.php.master +++ b/install/tpl/config.inc.php.master @@ -148,9 +148,11 @@ $conf['html_content_encoding'] = 'utf-8'; // example: utf-8, iso-8859-1, ... $conf['logo'] = 'themes/default/images/header_logo.png'; + //** Default Language and Timezone $conf['language'] = '{language}'; $conf['debug_language'] = false; +$conf['language_file_import_enabled'] = {language_file_import_enabled}; // Bool value: true / false //* Complete timezone list: http://php.net/manual/en/timezones.php $conf['timezone'] = '{timezone}'; -- Gitblit v1.9.1