6566676869707172
* Creates a new theme. This theme can be used directly with a * {@link CControl}. * @param control the controller for which this theme will be used. */ public CBasicTheme( CControl control ){ this( new BasicTheme() ); init( control ); }