Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [SandraR] Unable to include a different header for some categories

Quote Reply
Re: [SandraR] Unable to include a different header for some categories In reply to
Ummmm!!! tooo much to handle... I only want to use the "Header" field to include a myheader.html without touching category.html template.

I guess I will go with my solution to manually include each header file in a template by editing the template and replacing include_header.html with my own header file and I wrote a simple code around it to recognize if there is a code in "Header" field:
something like:

Code:

<%if Header%>
<%Header%>
<%else%>
<%include include_header.html%>
<%endif%>


thanks anyway for your help..
Mark
Subject Author Views Date
Thread Unable to include a different header for some categories Mark2 4324 Oct 19, 2006, 11:27 AM
Post Re: [Mark2] Unable to include a different header for some categories
Mark2 4206 Oct 23, 2006, 10:53 AM
Thread Re: [Mark2] Unable to include a different header for some categories
VishalT 4203 Oct 23, 2006, 8:44 PM
Thread Re: [SWDevil.Com] Unable to include a different header for some categories
Mark2 4189 Oct 24, 2006, 6:56 AM
Thread Re: [Mark2] Unable to include a different header for some categories
SandraR 4202 Oct 25, 2006, 5:18 AM
Thread Re: [SandraR] Unable to include a different header for some categories
Mark2 4212 Oct 25, 2006, 8:02 AM
Thread Re: [Mark2] Unable to include a different header for some categories
SandraR 4196 Oct 25, 2006, 11:40 AM
Thread Re: [SandraR] Unable to include a different header for some categories
Mark2 4170 Oct 25, 2006, 1:27 PM
Post Re: [Mark2] Unable to include a different header for some categories
SandraR 4187 Oct 25, 2006, 2:16 PM