wahlhelfer/setup/templates/introduction.php
Klaus-Uwe Mitterer b384099d9b Restructuring a few things
Finally adding the setup files ._.
2016-02-07 23:16:32 +01:00

11 lines
388 B
PHP
Executable file

<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>