I used a non elegant solution: just delete line
- Code: Select all
<?php $this->loadBlock('main'); ?>
in /templates/gk_coffe/layouts/default.php. Thus, I can't use anymore any position from left to right. Also, you may want to do a copy of /templates/gk_coffe/layouts/default.php, give it another name, one for homepage and other for your rest of pages, where you want articles and other module positions. In template manager you can easily asign thouse default.php where you needed.
But this solution is non elegant hack, the Main Body - FrontPage - Component only shoud be what it means.