2014-05-14 23:24:20 +10:00
|
|
|
<!DOCTYPE html>
|
2018-09-04 19:54:26 +02:00
|
|
|
<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">
|
2014-05-16 20:57:06 +10:00
|
|
|
<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>
|