2015-05-03, 19:23:45
Try this (not tested):
edit template.php, find this:
and change it to:
edit template.php, find this:
Code:
<?php getPageContent($pag); ?>
and change it to:
Code:
<?php getPageContent($pag, 'content'); ?>