[EXTENSION] Smenu

I installed SMenu and it generally works. I then started to replace the standard Yii menu and I immediately run into problems.

I have a menu that needs the id of the record to work with. In the standard menu this works perfectly.

Here the code that I use in SMenu and it does not work. I copied this from the documentation and still no luck.


array("url"=>array(

                "route"=>"/parents/update"),

                "label"=>"Update this pupil",

		"params"=>array("id"=>$model->id),

	),

Any help would be much appreciated.

Ralf