Hello
To disable the template frontend overrides do the following.
Please open the file: templates/ja_uvite/index.php and find the following:
[PHP]
<?php if(!$tmpTools->isFrontPage()) : ?>
<div id=”ja-current-content” class=”clearfix”>
<!– BEGIN: PATHWAY –>
<?php if(!$tmpTools->isFrontPage()) : ?>
<div id=”ja-pathway”>
<jdoc:include type=”module” name=”breadcrumbs” />
</div>
<?php endif; ?>
<!– END: PATHWAY –>
<jdoc:include type=”component” />
</div>
<?php endif; ?>
[/PHP]
replace:
[PHP]
<div id=”ja-current-content” class=”clearfix”>
<!– BEGIN: PATHWAY –>
<?php if(!$tmpTools->isFrontPage()) : ?>
<div id=”ja-pathway”>
<jdoc:include type=”module” name=”breadcrumbs” />
</div>
<?php endif; ?>
<!– END: PATHWAY –>
<jdoc:include type=”component” />
</div>
[/PHP]