diff options
| author | astaf <astaf@proxy.ccwn.org.ccwn.org> | 2012-06-27 09:35:38 +0200 |
|---|---|---|
| committer | astaf <astaf@proxy.ccwn.org.ccwn.org> | 2012-06-27 09:35:38 +0200 |
| commit | 6d5e8fa629c7453f4384bf95741fc3a93b1f472e (patch) | |
| tree | d947afcb80f72b5ba17e1a95bcea2cc3d1c6c6bf /protected/config | |
| parent | 409917a94dd5da56ffa1f2d8e07c8575df5609fc (diff) | |
| parent | 4aa53ab46a0551698a85932bdb03aeba0502ce50 (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.php | 8 |
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 |
