zii default theme configuration setting

Hi

It would be nice if the zii components could be themed or styled from a single point like CApplication or a general configuration setting would do. I know that you can program the zii controls to do this individually but this does add more code to each control…

Also (I mentioned this in the 1.1 forum but never got any replies) it would be nice to be able to suppress the sending of CSS style tags in a similar fashion to the way we do javascript files like

Yii::app()->clientScript->scriptMap[’*.js’] = false;

Yii::app()->clientScript->cssMap[’*.css’] = false;

thanks

Nz