Embedding WDCalendar

I’m trying to embed a WDCalendar in a Yii site but I’m not sure how to do this.

When I set the following in my config/main.php, I get an error (below).

‘wdcalendar’=>array(

		'wdcalendar' => array( 'embed' => true ),


	 ),

CException

Property "WdcalendarModule.wdcalendar" is not defined.

/Library/WebServer/framework/base/CModule.php(467)

The WDCalendar works fine without the embed option set. Can anyone tell me what I need to do to embed a wdcalendar please?

Try:

‘wdcalendar’ => array(‘embed’=> true)

;)