Newer
Older
Import / web / www.xiaofrog.com / gallery / install / templates / CreateConfigFileFailed.html
@John Ryland John Ryland on 22 Dec 2020 443 bytes import NUC files
    <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>