XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
install_dbsave.tpl.php
1<?php
2
3foreach ( $this->v( 'reports' ) as $report ) {
4
5 echo $report . '<br>';
6
7}
8
9$this->e( 'message' );