winter/modules/cms/views/error.php

15 lines
560 B
PHP
Raw Normal View History

2014-05-14 23:24:20 +10:00
<!DOCTYPE html>
<html lang="<?= App::getLocale() ?>">
2014-05-14 23:24:20 +10:00
<head>
<meta charset="utf-8">
<title><?= Lang::get('cms::lang.page.custom_error.label') ?></title>
2015-02-12 21:04:05 +11:00
<link href="<?= Url::asset('/modules/system/assets/css/styles.css') ?>" rel="stylesheet">
2014-05-14 23:24:20 +10:00
</head>
<body>
<div class="container">
<h1><i class="icon-power-off warning"></i> <?= Lang::get('cms::lang.page.custom_error.label') ?></h1>
2014-05-14 23:24:20 +10:00
<p class="lead"><?= Lang::get('cms::lang.page.custom_error.help') ?></p>
</div>
</body>
</html>