<div id="mainwrap"> <?php // php code to change banner according to front page or not global $option; if (($option == 'com_frontpage') || ($option == '')) { ?> <div id="oktoheader"> <!-- begin - flash or banner here --> <!-- end - flash here --> </div> <?php } else { ?> <div id="oktoheader2"> <!-- begin - flash or banner here --> <!-- end - flash here --> </div> <?php } ?>