PDA


View Full Version : different header for page


indie
06-05-2005, 02:10 AM
How would I set up a new page and have that page show a different header? Actually the header would be the same except for the logo image, if that makes a difference. An "if" statement?

Thanks

Brian
06-05-2005, 10:52 AM
<if condition="$pages['name'] == 'page_identifier_here'"> Special Logo <else /> Normal Logo </if>