Thanks for menalto’s help, I modified the index.php code a little bit in template.
the site is http://www.foreclosurestopcanada.ca, just wondering why it’s not working.
[PHP]
<!– BEGIN: CONTENT –>
<div id=”ja-content”>
<div class=”ja-innerpad clearfix”>
<jdoc:include type=”message” />
<?php if(!$tmpTools->isFrontPage()) : ?>
<div id=”ja-breadcrumb”>
<jdoc:include type=”module” name=”breadcrumbs” />
</div>
<?php endif ; ?>
<div id=”ja-current-content”>
<?php if($this->countModules(“ja-news”) ) { ?>
<div id=”ja-newswrap”>
<jdoc:include type=”modules” name=”ja-news” style=”raw” />
</div>
<?php } ?>
<jdoc:include type=”component” />
</div>
<?php if($this->countModules(‘banner’)) : ?>
<!– BEGIN: BANNER –>
<div id=”ja-banner”>
<jdoc:include type=”modules” name=”banner” />
</div>
<!– END: BANNER –>
<?php endif; ?>
</div>
</div>
<!– END: CONTENT –>[/PHP]