I am building a new jsp template and have been asked to make sure that the header elements eg two images at the right and left hand side are content manageable from our cmc so that users can put different images in there and reuse the template. I have set up the code in the header template as follows for the right and left images :
<h1><%=requestItem.getFieldValue("slogoright")%></h1>
<%=requestItem.getFieldValue("slogolefturl")%><%=requestItem.getFieldValue("slogoleft")%></a>
I want to be able to filter down the header content of the "slogoright/left" fields to the child pages without having to enter the details into te cmc every time. Just not sure how to code this. Would appreciate some help on getting this set up.