setView('base.install'); $this->setSubview('base.installStart'); } } /** * Installation View * * @author Peter Adams * @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_installStartView extends owa_view { function render() { $this->body->set_template('install_start.tpl'); //page title $this->t->set('page_title', 'OWA Installation Start'); // fetch admin links from all modules $this->body->set('headline', 'Get Started...'); } } ?>