<?php $this->renderInclude("header");?> <p>Esta es una página de ejemplo de un negocio!</p> <pre><?php print_r($this->webApp()->app()->getBusiness());?></pre> <?php $this->renderInclude("footer");?>