PHP Classes

File: templates/error.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Link2Payment   templates/error.php   Download  
File: templates/error.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Link2Payment
Application to generate links for people to pay
Author: By
Last change:
Date: 1 year ago
Size: 351 bytes
 

Contents

Class file image Download
<?php namespace PH7App; ?>

<section class="center">
    <h2>Error Occured!</h2>
    <p><strong>Oops! An error has occurred!</strong></p>
    <p><?= escape($message) ?></p>

    <p>
      Please try again later or <a href="mailto:<?= $_ENV['ADMIN_EMAIL'] ?>?subject=Error with Link2Payment">contact us</a> if the problem persists.
    </p>
</section>