$this->breadcrumbs=array(
'Developers'=>array(Yii::t('app', 'index')),
Yii::t('app', 'Manage'),
);This creates a breadcrum like this:
Home » Developers » Manage
Where Home links to site home, and I want to link to the module home.
Developers links to the correct url.
What should I change?

Help















