getLinkAttributes(); $image_attributes = $nav->getImage()->getAttributes(); if (!empty($image_attributes['title'])) { $attributes['title'] = $image_attributes['title']; } // Add badge number to link attributes if ($nav->getBadgeNumber()) { $attributes['data-badge'] = (int)$nav->getBadgeNumber(); } // Convert link attributes array to proper attribute string $attr_str = arrayToHtmlAttributes($attributes); ?>