Mattie Num Nums

Registered
Is it possible to encapsulate the bottom reply button in the bread crumb like the top?
 

Attachments

  • Screen Shot 2015-02-15 at 1.12.00 AM.png
    Screen Shot 2015-02-15 at 1.12.00 AM.png
    234.2 KB · Views: 13
Not an option currently. Last time I looked into it required a few edits but try this:

Open Page_container:

find:
Code:
<div class="breadBoxBottom"><xen:include template="breadcrumb" /></div>

Replace with:

Code:
      <div class="breadBoxBottom {xen:if $topctrl, withTopCtrl}">
       <xen:if is="{$topctrl} AND !@xb_calltoaction"><div class="topCtrl">{xen:raw $topctrl}</div></xen:if><xen:include template="breadcrumb" /></div>
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back