diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-04-22 10:56:25 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-04-22 10:56:25 +0200 |
| commit | 2a8b46329775b8503519d432a52dba13e8547d8e (patch) | |
| tree | 74aca6815e0cdc617dd125b894591d00f04a44c0 /protected/config/main.php | |
| parent | 12c8482bf883988c0fc5ed4c8972396af63e8258 (diff) | |
cms integriert (yaycms)
Diffstat (limited to 'protected/config/main.php')
| -rw-r--r-- | protected/config/main.php | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/protected/config/main.php b/protected/config/main.php index e75d32e..49e6872 100644 --- a/protected/config/main.php +++ b/protected/config/main.php @@ -19,6 +19,8 @@ return array( 'application.components.*', 'application.extensions.ddeditor.*', 'application.extensions.wetter.*', + 'application.modules.cms.models.*', + 'application.extensions.tinymce.*', ), 'modules'=>array( @@ -30,6 +32,10 @@ return array( // If removed, Gii defaults to localhost only. Edit carefully to taste. 'ipFilters'=>array('127.0.0.1','::1'), ), + 'cms' => array( + 'languages' => array('de'),//, 'en') // place all valid languages here + 'layout' => '', + ), ), @@ -82,11 +88,11 @@ return array( 'levels'=>'error, warning', ), // uncomment the following to show log messages on web pages - /* + array( 'class'=>'CWebLogRoute', ), - */ + ), ), ), |
