Zen Follower
- Join Date:
- May 2004
- Posts:
- 64
- Plugin Contributions:
- 0
Using if on index page
I have am image I only want to display in the home page. I want to use an "if" statement to do this. What would be the correct syntax to use to accomplish this?
Here is the code string that I want only on the home (index) page.
<tr> <td width="500"><img src="<?php echo DIR_WS_TEMPLATE_IMAGES; ?>az_info_image.jpg"></td></td> </tr>Thanks-