XF 1.5 Template modifications in two different places?

tommydamic68

Well-known member
So the issue I'm having is strange, perhaps someone can help me out. I changed the icon for alerts in what I thought was the navigation_visitor_tab template, however what the icon link says in this template is:
Code:
<li><a href="{xen:link account/alert-preferences}"><i class="fa fa-bell-o fa-lg fa-fw" style="padding-right:7px;"></i>{xen:phrase alert_preferences}</a></li>

but shows this:
Code:
<a href="{xen:link account/alerts}" rel="Menu" class="navLink NoPopupGadget"><xen:if is="@alertReplacement"><i class="fa fa-flag fa-lg fa-fw"></i> <xen:else />{xen:phrase alerts}  </xen:if>
So basically if I go to templates its different them when I go to template modifications, thats why it won't let me change it in the "navigation_visitor_tab template" template . So if I try to change the icon in the "navigation_visitor_tab template" it doesn't change. How can I change it in the modifications template? it won't let me edit it.
 
Top Bottom