parent
a8d5a78aa2
commit
c60839d798
|
@ -160,6 +160,10 @@ class NavigationItemRenderer
|
|||
$label = $this->view()->icon($icon) . $label;
|
||||
}
|
||||
|
||||
if (! $item->getAttribute('id')) {
|
||||
$item->setAttribute('id', $item->getUniqueName());
|
||||
}
|
||||
|
||||
if (($url = $item->getUrl()) !== null) {
|
||||
$content = sprintf(
|
||||
'<a%s href="%s"%s>%s</a>',
|
||||
|
|
Loading…
Reference in New Issue