basically half of my page remains static for a section and the other half changes for different subsections so, for example, (it is a bike shop) if you go to helmets and the subsection called Shoei (a manufacturer), the right half of the page is headed "Shoei" but the left half still has the header of "Helmets"...
so, i can get it to display "Shoei" no problem since that is just the SectionName variable, but how to i get it to display the Level 1 section name permanently (or actually, just the parent) on the left?
let me try and say that in english, how do i get actinic to output the name of the relevant parent section? the section that is one step higher up in the hierarchy?
many thanks
so, i can get it to display "Shoei" no problem since that is just the SectionName variable, but how to i get it to display the Level 1 section name permanently (or actually, just the parent) on the left?
let me try and say that in english, how do i get actinic to output the name of the relevant parent section? the section that is one step higher up in the hierarchy?
many thanks
Comment