Fixed incorrect header link
This commit is contained in:
parent
cb62b9bb78
commit
127e8c68f9
@ -17,7 +17,7 @@
|
|||||||
<a href="/">Home Page</a>
|
<a href="/">Home Page</a>
|
||||||
</cfif>
|
</cfif>
|
||||||
<cfif cgi.script_name IS "/Events.cfm">
|
<cfif cgi.script_name IS "/Events.cfm">
|
||||||
<a style="font-weight: bold;" href="/">New Company Events</a>
|
<a style="font-weight: bold;" href="/Events.cfm">New Company Events</a>
|
||||||
<cfelse>
|
<cfelse>
|
||||||
<a href="/Events.cfm">New Company Events</a>
|
<a href="/Events.cfm">New Company Events</a>
|
||||||
</cfif>
|
</cfif>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user