From 626a170b9c191544583615295927ea0e1cd28174 Mon Sep 17 00:00:00 2001 From: rylon Date: Wed, 26 Jun 2013 16:57:32 +0200 Subject: [PATCH] langs and default lang now configurable --- config/config_ids.php | 3 +++ system/locale.php | 13 ++++--------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/config/config_ids.php b/config/config_ids.php index 3526a5e..8a18794 100644 --- a/config/config_ids.php +++ b/config/config_ids.php @@ -18,6 +18,9 @@ class config_ids { const SYS_CONFIG_DB_PASSWORD = 15; const SYS_CONFIG_DB_DBNAME = 16; + const SYS_CONFIG_LANGS = 21; + const SYS_CONFIG_DEFAULT_LANG = 22; + const SYS_SAI_CONFIG_BASEURL = 50; const SYS_SAI_CONFIG_NAVIMG = 51; } \ No newline at end of file diff --git a/system/locale.php b/system/locale.php index fef81d2..10b180f 100644 --- a/system/locale.php +++ b/system/locale.php @@ -1,13 +1,8 @@