summaryrefslogtreecommitdiff
path: root/protected/config/maincfg.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/config/maincfg.php')
-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 124cd3c..b85c2ea 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