I'd like for the intro text to show up only on the main page. The header calls for the intro.html file this way:
<div id="intro">
<div id="introtext" class="span-15">
<?php readintro('intro.html'); ?>
</div>
<img id="introicon" src="<?php bloginfo('template_directory'); ?>/images/people.png" alt="<?php bloginfo('description'); ?>" />
</div>
What would be a good way for having this happen only on the main (index) page?