XCL Web Application Platform
2.5.0
The XoopsCube Legacy Project
📘
Loading...
Searching...
No Matches
install_modcheck.tpl.php
1
<?php
2
3
if
(is_array($this->v(
'checks'
))) {
4
foreach
($this->v(
'checks'
) as $check) {
5
echo
'<p>'
. $check .
'</p>'
;
6
}
7
}
8
9
$this->e(
'message'
);
html
install
templates
install_modcheck.tpl.php
Generated by
1.13.2