summaryrefslogtreecommitdiff
path: root/protected/config
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-04-30 16:59:07 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-04-30 16:59:07 +0200
commit10b3e68c049cc0830584e535b9273ec1c7745450 (patch)
tree59d9eb85033dbc02b33eb7a92c252d87bd835ba0 /protected/config
parent2a8b46329775b8503519d432a52dba13e8547d8e (diff)
cms fixes + suche
Diffstat (limited to '')
-rw-r--r--protected/config/main.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/protected/config/main.php b/protected/config/main.php
index 49e6872..87cdf0a 100644
--- a/protected/config/main.php
+++ b/protected/config/main.php
@@ -9,6 +9,8 @@ return array(
'basePath'=>dirname(__FILE__).DIRECTORY_SEPARATOR.'..',
'name'=>'Waiblinger Altstadtfest 2012',
'theme' => 'astaf',
+ 'sourceLanguage' => 'en',
+ 'language' =>'de',
// preloading 'log' component
'preload'=>array('log'),
@@ -20,7 +22,7 @@ return array(
'application.extensions.ddeditor.*',
'application.extensions.wetter.*',
'application.modules.cms.models.*',
- 'application.extensions.tinymce.*',
+ 'application.extensions.extckeditor.*',
),
'modules'=>array(
@@ -33,7 +35,7 @@ return array(
'ipFilters'=>array('127.0.0.1','::1'),
),
'cms' => array(
- 'languages' => array('de'),//, 'en') // place all valid languages here
+ 'languages' => array('de','en'), // place all valid languages here
'layout' => '',
),