Yii2: How can I place something into a Breadcrumbs widget?
问题 I find the Breadcrumbs widget quite useful. However, on the right side within the widget there is enough space for something else. If I'd like to put a link ('a' tag, but could be actually any other small thing) right aligned into the Breadcrumbs, how could I do that? What is a simple and proper solution? Should I extend the class, develop my own, use begin and end of the widget somehow? 回答1: If you look at yii\widgets\Breadcrumbs you see that there is a third parameter in the breadcrumbs