File: /var/www/vhosts/greenclinic.kz/test.greenclinic.kz/modules/system/views/error.php
<!DOCTYPE html>
<html lang="<?= App::getLocale() ?>">
<head>
<meta charset="utf-8">
<title><?= Lang::get('system::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('system::lang.page.custom_error.label') ?></h1>
<p class="lead"><?= Lang::get('system::lang.page.custom_error.help') ?></p>
</div>
</body>
</html>