diff options
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( |
