You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
292 B

  1. <div class="narrow">
  2. <?= partial('partials/header') ?>
  3. <h1>Error</h1>
  4. <p><?= htmlspecialchars($this->summary) ?></p>
  5. <div class="bs-callout bs-callout-danger">
  6. <h4><?= htmlspecialchars($this->error) ?></h4>
  7. <?= htmlspecialchars($this->error_description) ?>
  8. </div>
  9. </div>