Skip to content

Commit 3b859ad

Browse files
committed
Made Topmenu HTML Editable
1 parent e4b6347 commit 3b859ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public function getHtml($outermostClass = '', $childrenWrapClass = '', $limit =
6161
'page_block_html_topmenu_gethtml_after',
6262
['menu' => $this->_menu, 'transportObject' => $transportObject]
6363
);
64+
$html = $transportObject->getHtml();
6465

6566
return $html;
6667
}

0 commit comments

Comments
 (0)