Skip to content

Commit

Permalink
Made Topmenu HTML Editable
Browse files Browse the repository at this point in the history
  • Loading branch information
sprankhub committed Dec 27, 2014
1 parent e4b6347 commit 3b859ad
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 @@ -61,6 +61,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 3b859ad

Please sign in to comment.