Joe Link
Well-known member
I'm sure this is possible, but after two hours of trying to figure it out, I'm asking
I'd like my modification to replace the first piece of code with the second, in the navigation tab.
For whatever reason, I can't find a way to tell it to 'find' both lines of code. If I enter a single line, it works fine.
Thanks guys.
I'd like my modification to replace the first piece of code with the second, in the navigation tab.
Code:
<a href="{$extraTab.href}" class="navLink">{$extraTab.title}<xen:if is="{$extraTab.counter}"><strong class="itemCount"><span class="Total">{$extraTab.counter}</span><span class="arrow"></span></strong></xen:if></a>
<a href="{$extraTab.href}" class="SplitCtrl" rel="Menu"></a>
Code:
<a href="{$extraTab.href}" class="navLink NoPopupGadget" rel="Menu">{$extraTab.title}<xen:if is="{$extraTab.counter}"><strong class="itemCount"><span class="Total">{$extraTab.counter}</span><span class="arrow"></span></strong></xen:if></a>
<xen:comment><a href="{$extraTab.href}" class="SplitCtrl" rel="Menu"></a></xen:comment>
For whatever reason, I can't find a way to tell it to 'find' both lines of code. If I enter a single line, it works fine.
Thanks guys.