diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-04-19 16:18:33 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-04-19 16:18:33 +0200 |
| commit | 12c8482bf883988c0fc5ed4c8972396af63e8258 (patch) | |
| tree | b11a2e90f560b04bf5757e6fedce3fb3a6185f74 /protected/config | |
| parent | e41aefeea38a7d13690ca97e91368809343216aa (diff) | |
Grundlegendes zu Forms
Diffstat (limited to 'protected/config')
| -rw-r--r-- | protected/config/main.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protected/config/main.php b/protected/config/main.php index 3430057..e75d32e 100644 --- a/protected/config/main.php +++ b/protected/config/main.php @@ -42,6 +42,9 @@ return array( 'cache' => array( 'class' => 'system.caching.CFileCache', ), + 'widgetFactory' => array( + 'enableSkin' => true, + ), // uncomment the following to enable URLs in path-format /* 'urlManager'=>array( |
