florida
02-24-2003, 06:37 PM
I have an Cold Fusion include file that shows up in every single page:
<CFINCLUDE TEMPLATE="body_top.cfm">
In this it has a link: <P><A HREF="mypage.cfm"><STRONG>My page</STRONG></FONT></A></P>
But there is one page where I dont want this link to show up in.
Is there a condition to write where if I am in "page1.cfm" then this part:
<P><A HREF="mypage.cfm"><STRONG>My page</STRONG></FONT></A></P>
will not show up?
<CFINCLUDE TEMPLATE="body_top.cfm">
In this it has a link: <P><A HREF="mypage.cfm"><STRONG>My page</STRONG></FONT></A></P>
But there is one page where I dont want this link to show up in.
Is there a condition to write where if I am in "page1.cfm" then this part:
<P><A HREF="mypage.cfm"><STRONG>My page</STRONG></FONT></A></P>
will not show up?