RSS Git Download  Clone
Raw Blame History
  [% META title = 'System Error' %]
<!-- BEGIN error.tt -->
  <h2 class="error">System Error</h2>

  <p>The system encountered the following error:</p>

  <pre>
      package: <strong>[% package %]</strong>
      line no: <strong>[% line %]</strong>
      message: <strong>[% msg %]</strong>
  </pre>

  <p align="center">
    <strong>
        IF THE ERROR PERSISTS PLEASE INFORM
        <a href="mailto:[% c.cfg('settings').admin_contact %]">ADMINISTRATOR</a>
    </strong>
  </p>

  <p align="center">[% site.html.back_button %]</p>
<!-- END error.tt -->