Skip to content

Commit

Permalink
Merge pull request #877 from sprankhub/patch-1
Browse files Browse the repository at this point in the history
Made Topmenu HTML Editable (MAGETWO-32828)
  • Loading branch information
vpelipenko committed Jan 20, 2015
2 parents 7e40b69 + 3b859ad commit 1168042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/Magento/Theme/Block/Html/Topmenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public function getHtml($outermostClass = '', $childrenWrapClass = '', $limit =
'page_block_html_topmenu_gethtml_after',
['menu' => $this->_menu, 'transportObject' => $transportObject]
);
$html = $transportObject->getHtml();

return $html;
}
Expand Down

0 comments on commit 1168042

Please sign in to comment.