Hi
Please open templates/ja_teline_ii, find following code:
<?php if(!$tmpTools->isFrontPage()) : ?>
<div id="ja-pathway">
<jdoc:include type="module" name="breadcrumbs" />
</div>
<?php endif ; ?>
and change to:
<?php if(!$tmpTools->isFrontPage()) : ?>
<div id="ja-pathway">
<jdoc:include type="module" name="breadcrumbs" />
</div>
<?php endif ; ?>
<?php if( $this->countModules('newmodule') ) {?>
<div class="ja-newmodule">
<jdoc:include type="modules" name="newmodule" style="xhtml" />
</div>
<?php } ?>
<?php if( $this->countModules('newbanner') ) {?>
<div class="ja-newbanner">
<jdoc:include type="modules" name="newbanner" style="xhtml" />
</div>
<?php } ?>