XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
install_start.inc.php
1<?php
10
11include './language/' . $language . '/welcome.php'; //This will set message to $content;
12
13$error = false;
14
15if ( ! $error ) {
16 $wizard->assign( 'welcome', $content );
17} else {
18 $wizard->assign( 'message', '<div class="confirmError">'. _INSTALL_L168 .'</div>' );
19 $wizard->setReload( true );
20}
21
22$wizard->render( 'install_start.tpl.php' );