<?php echo $layout->end('main'); ?> <?php if (APP_ACTION != 'index') { $layout->set_region('south'); $layout->set_split('false'); $layout->set_fit('true'); $layout->set_style('width:100%;height:100px'); echo $layout->custom(); echo $next_button; echo $layout->end('custom'); } else { echo $layout->footer(); echo $layout->end('footer'); } ?> <?php echo $layout->end('layout');