Skip to content

Commit c0762cf

Browse files
author
Oleksii Korshenko
authored
MAGETWO-66239: [GitHub][PR] fix $childrenWrapClass never used #8766
2 parents 6e59f1e + 108afa1 commit c0762cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/Block/Html/Topmenu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ protected function _addSubMenu($child, $childLevel, $childrenWrapClass, $limit)
187187
$colStops = $this->_columnBrake($child->getChildren(), $limit);
188188
}
189189

190-
$html .= '<ul class="level' . $childLevel . ' submenu">';
190+
$html .= '<ul class="level' . $childLevel . ' ' . $childrenWrapClass .'">';
191191
$html .= $this->_getHtml($child, $childrenWrapClass, $limit, $colStops);
192192
$html .= '</ul>';
193193

0 commit comments

Comments
 (0)