PHP Classes

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

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/Cabin/Bridge/View/error.twig   Download  
File: src/Cabin/Bridge/View/error.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change:
Date: 7 years 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 %}