XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
install_finish.inc.php
1<?php
10
11include './language/' . $language . '/finish.php'; //This will set message to $content;
12
13$wizard->assign( 'finish', $content );
14$wizard->render( 'install_finish.tpl.php' );