need conditional statement
I have a large image I want displayed under the navbar but only on the home page. I have added to <div></div> and it displays on all pages of course but I want it only to display on the home page. I want to put a conditional statement around my div that results in the imaage only being dispayed on my cms home page.
<if condition="home page"></if> ????
Does anybody know the exact statement I need here?
|