11 lines
388 B
PHP
11 lines
388 B
PHP
|
<h3>Introduction</h3>
|
||
|
|
||
|
<p>You are about to install <b><?php echo $product; ?></b> (Version: <?php echo $productVersion; ?>) developed by <b><?php echo $company; ?></b>.</p>
|
||
|
|
||
|
<form method="post">
|
||
|
<input type="hidden" name="nextStep" value="eula">
|
||
|
<button type="submit" class="button positive">
|
||
|
<img src="css/blueprint/plugins/buttons/icons/tick.png" alt=""/> Start
|
||
|
</button>
|
||
|
</form>
|