3 for ( $i = 0; $i < (is_countable($this->v(
'languages' )) ? count( $this->v(
'languages' ) ) : 0); $i ++ ) {
6 value=
"<?php $this->e( 'languages', $i ) ?>" <?php $this->e(
'selected', $i ) ?>><?php $this->e(
'languages', $i ) ?></option>
17 <div
class=
"confirmError"><h2>JavaScript is disabled. Please enabled JavaScript.</h2></div>
20<div
class=
"confirmInfo nojs"><?php echo _INSTALL_L128 ?></div>
22if (version_compare(PHP_VERSION,
'7.4.0',
'>')) {
23 echo
'<div class="confirmOk nojs">PHP version <code>' . PHP_VERSION .
'</code></div>';