summaryrefslogtreecommitdiff
path: root/protected/config
diff options
context:
space:
mode:
authorastaf <astaf@proxy.ccwn.org.ccwn.org>2012-06-27 09:35:38 +0200
committerastaf <astaf@proxy.ccwn.org.ccwn.org>2012-06-27 09:35:38 +0200
commit6d5e8fa629c7453f4384bf95741fc3a93b1f472e (patch)
treed947afcb80f72b5ba17e1a95bcea2cc3d1c6c6bf /protected/config
parent409917a94dd5da56ffa1f2d8e07c8575df5609fc (diff)
parent4aa53ab46a0551698a85932bdb03aeba0502ce50 (diff)
Merge branch 'master' of ssh://proxy:9044/home/ccwn/git-repos/admin.astaf.de
Diffstat (limited to 'protected/config')
-rw-r--r--protected/config/maincfg.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/protected/config/maincfg.php b/protected/config/maincfg.php
index b5fed17..7106a79 100644
--- a/protected/config/maincfg.php
+++ b/protected/config/maincfg.php
@@ -20,7 +20,9 @@ return array(
'application.components.*',
'application.extensions.egmap.*',
'application.modules.auditTrail.models.AuditTrail',
- 'application.extensions.yii-mail.YiiMailMessage'
+ 'application.extensions.yii-mail.YiiMailMessage',
+ 'application.modules.cms.models.*',
+ 'application.extensions.extckeditor.*',
),
'modules'=>array(
@@ -36,6 +38,10 @@ return array(
'userIdColumn' => 'id', // the column name of the primary key for the user
'userNameColumn' => 'username', // the column name of the primary key for the user
),
+ 'cms' => array(
+ 'languages' => array('de','en'), // place all valid languages here
+ 'layout' => '//layouts/column2',
+ ),
),
// application components