<h1>Create Config File</h1>
<div class="error">
<h2>
<?php print $templateData['error'] ?>
</h2>
</div>
<p>
<?php print _('Please fix this error and try again.') ?>
</p>
<div class="go">
<a href="<?php generateUrl(sprintf('%s?step=%s', INDEX_PHP, $currentStep->getStepNumber())) ?>" class="btn continue"><i></i><span><span></span><i></i><?php print _('Try Again') ?></span></a>
</div>