PHP Classes

File: Application/Theme/Frontend/Default/Layout/Error.tpl

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Application/Theme/Frontend/Default/Layout/Error.tpl   Download  
File: Application/Theme/Frontend/Default/Layout/Error.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 223 bytes
 

Contents

Class file image Download
{% extends "Master.tpl" %} {% block content %} <p>{{ Translate('core.error_code') }}: <strong>{{ system_code }}</strong></p> <p>{{code}}: {{message}}</p> <div class="debug-trace"> {{ trace|nl2br }} </div> {% endblock %}