winter/modules/cms/views/error.php
2015-05-28 20:33:49 +10:00

15 lines
539 B
PHP

<!DOCTYPE html>
<html lang="en">
<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>