diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-06-27 09:34:03 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-06-27 09:34:03 +0200 |
| commit | 4aa53ab46a0551698a85932bdb03aeba0502ce50 (patch) | |
| tree | 9ea69dc87000000942a1369530cc85b1621c8ed0 /protected/config/maincfg.php | |
| parent | 9a6bcd0f0e19c005f5c062783f5fef7ccb287152 (diff) | |
CMS ins Adminmenu
Diffstat (limited to 'protected/config/maincfg.php')
| -rw-r--r-- | protected/config/maincfg.php | 8 |
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 |
