Answered
simple nav?
I have a an easy problem that needs fixed, but for the life
of me, I cna't find an answer...
1. Index.cfm - contains three areas: 1. Header, 2. left side navigation links, 3. main body section
2. I would like the links on the left to insert the respective content into the main body section.
3. The left side nav links are being called in using <cfinclude template="nav.cfm">, same type of thing for the header.
4. I though using <cf output>#pagename#</cfoutput> would be correct, but I'm not sure how to assign the name to the respective page...
Any ideas?
Much appreciated.
1. Index.cfm - contains three areas: 1. Header, 2. left side navigation links, 3. main body section
2. I would like the links on the left to insert the respective content into the main body section.
3. The left side nav links are being called in using <cfinclude template="nav.cfm">, same type of thing for the header.
4. I though using <cf output>#pagename#</cfoutput> would be correct, but I'm not sure how to assign the name to the respective page...
Any ideas?
Much appreciated.
