XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
install_start.tpl.php
1<?php
2
3if ( isset( $message ) ) {
4
5 $this->e( 'message' );
6
7} else {
8
9 $this->e( 'welcome' );
10
11}