PHP Classes

File: modules/cms/views/error.php

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/cms/views/error.php   Download  
File: modules/cms/views/error.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 7 months ago
Size: 560 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html lang="<?= App::getLocale() ?>">
    <head>
        <meta charset="utf-8">
        <title><?= Lang::get('cms::lang.page.custom_error.label') ?></title>
        <link href="<?= Url::asset('/modules/system/assets/css/styles.css') ?>" rel="stylesheet">
    </head>
    <body>
        <div class="container">
            <h1><i class="icon-power-off warning"></i> <?= Lang::get('cms::lang.page.custom_error.label') ?></h1>
            <p class="lead"><?= Lang::get('cms::lang.page.custom_error.help') ?></p>
        </div>
    </body>
</html>