Skip to content

Commit 1168042

Browse files
committed
Merge pull request #877 from sprankhub/patch-1
Made Topmenu HTML Editable (MAGETWO-32828)
2 parents 7e40b69 + 3b859ad commit 1168042

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
@@ -62,6 +62,7 @@ public function getHtml($outermostClass = '', $childrenWrapClass = '', $limit =
6262
'page_block_html_topmenu_gethtml_after',
6363
['menu' => $this->_menu, 'transportObject' => $transportObject]
6464
);
65+
$html = $transportObject->getHtml();
6566

6667
return $html;
6768
}

0 commit comments

Comments
 (0)