Forum Replies Created

Viewing 1 replies (of 1 total)
  • jaikumarm

    (@jaikumarm)

    Add <?php if ( is_home() ) : ?> and <?php endif; ?> at the begining and end of the file_exists block.

    `<?php if ( is_home() ) : ?>
    <?php if (file_exists(TEMPLATEPATH . ‘/’ . ‘intro.html’)) : ?>
    <div id=”introcontainer” class=”span-22 prepend-1 append-1 last”>
    <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>
    </div>
    <?php endif; ?>
    <?php endif; ?>`

Viewing 1 replies (of 1 total)