PHP Classes

File: app/Views/Controller/error/error403.html.twig

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Silex MVC Blog   app/Views/Controller/error/error403.html.twig   Download  
File: app/Views/Controller/error/error403.html.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Silex MVC Blog
MVC based blog using on the Silex micro-framework
Author: By
Last change:
Date: 7 years ago
Size: 741 bytes
 

Contents

Class file image Download
{# app/Views/Controller/error/error403.html.twig #} {% extends "Layout/base.html.twig" %} {% block title %}Error-403{% endblock title %} {% block page_name %}ERROR-403! Resource access denied{% endblock page_name %} {% block content %} <div class="text-danger lead"><strong>Message:</strong> {{ exception.message|nl2br }}</div> <br /> <p class="text-warning"> <em>Error accessing resource "{{ route }}"!</em> You do not have rights to the resource. Please <a href="/logout">Log out</a> and then Login with other rights. </p> <p class="text-warning"> The requested page couldn't be opened. Checkout for any URL misspelling or <a href="/home">return to the homepage</a>. </p> {% endblock %}