Russ
Well-known member
I'm trying to turn the visitor tabs ("p-nav-opposite") into a simple macro so I can call them in various places.
I figured you could wrap the contents:
Then call it via:
While this appears to work, for the most part, it breaks the search menu by not having the additional search options(search this thread).
I figured you could wrap the contents:
Code:
<xf:macro name="visitortabs"> p-nav-opposite content here</xf:macro>
Then call it via:
Code:
<xf:macro name="visitortabs" />
While this appears to work, for the most part, it breaks the search menu by not having the additional search options(search this thread).