HexagonJS
Edit Page
Logo
A module that enables the use of the theme logo in whatever location is required.
Examples

HTML

<div class="hx-logo"></div>
Api
Classes
deprecated
Deprecated
Fixed an issue with IE support of the logo by changing the <img> tags to <div> tags.
Unsupported tags will be auto-converted to <div> tags until support for <img> tags is removed.
The class to give to an <img> tag to add the theme logo to the page, e.g.
<img class="hx-logo" />
The class to give to a <div> to add the theme logo to the page, e.g.
<div class="hx-logo"></div>
This div should always be empty.