* @copyright Copyright © 2006 Peter Adams * @license http://www.gnu.org/copyleft/gpl.html GPL v2.0 * @category owa * @package owa * @version $Revision$ * @since owa 1.0.0 */ class owa_installConfigEntryView extends owa_view { function render($data) { //page title $this->t->set('page_title', 'Configuration File Generator'); // load body template $this->body->set('config', $this->get('config')); $this->body->set_template('install_config_entry.php'); } } ?>