PHP Classes

File: src/Cabin/Bridge/View/error.twig

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   ???   Download  
File: src/Cabin/Bridge/View/???
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change: Update of src/Cabin/Bridge/View/error.twig
Date: 1 month ago
Size: 411 bytes
 

 

Contents

Class file image Download
{% extends base_template() %} {% set title = (__("Error ") ~ error) %} {% block main %} <h2 class="bottom-pad">{{ error|e('html_attr') }}</h2> {% if error == '403 Forbidden' %} <p> {{ __("You have not been granted access to this resource.") }} </p> {% else %} <p> {{ __("An unknown error has occurred.") }} </p> {% endif %} {% endblock %}