Updating my gallery to 0.9.10 and cam across a change. Using 0.8.4 currently. These edits are in index.php for custom upper and lower menu.
In 0.8.4 breadcrumbs are called like this.
<div id="topbar-breadcrumbs">
<div class="breadcrumbs-info"></div>
<div id="breadcrumbs"></div>
</div>
So I called just "breadcrumbs" and not "breadcrumbs-info". Display icon only and not Image count and size.
<div id="topbar-breadcrumbs">
<div id="breadcrumbs"></div>
</div>
In 0.9.10, if I call with old code it shows info and not icon. They are now called all at once with.
<div id="topbar-breadcrumbs"></div>
In 0.9.10 is there a way to call them separate? Just icon with no info. Thanks