Hello everybody!
If you are having the problem as this: http://www.joomlart.com/forums/topic/to-turn-the-frontpage-off/
, You would like to disable the main content at the home page, please kindly following to this solution:
1) please open the file: templates/ja_quartz/index.php and try to find the following code:
<div id=”ja-containerwrap<?php echo $divid; ?>” class=”clearfix”>
replace:
[PHP]
<?php if( !$tmpTools->isFrontPage() ) : ?>
<div id=”ja-containerwrap<?php echo $divid; ?>” class=”clearfix”>
[/PHP]
and find :
[PHP]
<!– END: RIGHT COLUMN –>
<?php } ?>
</div></div>
[/PHP]
replace:
[PHP]
<!– END: RIGHT COLUMN –>
<?php } ?>
</div></div>
<?php endif; ?>
[/PHP]
Goodluck