Last update: Fri, Sep 30, 2011 at 4:28 PM.
WO: template changes
  • Changed the way breadcrumbs work, they can now be empty. Which is a good thing of course. But we should recover the space they would take up if they were there.
    • <div class="divBreadCrumbs"><%breadcrumbs%></div>
    • <%breadcrumbs%>
  • A screen shot might help.
  • We will generate the div if there are breadcrumbs, and the empty string if there are none.
  • One more thing...
  • While you're editing the template, make the same change with <%headerGraphic%>.
    • <div class="divGraphic"><a href="/"><%headerGraphic%></a></div>
    • <%headerGraphic%>