Файл: content/themes/admin/templates/_systemerror.tpl
Строк: 25
<!DOCTYPE html>
<html>
<head>
<title>{$errorTitle}</title>
{literal}
<style
type="text/css">
body,h1,h2,h3,ul,p,small{margin:0;padding:0}
body{color:#000;background:#ddd;direction:ltr;font-family:"trebuchet
MS", Helvetica, sans-serif;font-size:13px;line-height:18px;margin:
150px auto 0;width:500px;}
h1,h2,h3{font-weight:400}
h1{font-size:24px;line-height:30px}
.roundBox{background:#F8F8F8;border:1px solid
#B8B8B8;padding:10px;color:#5D5D5D;}
.roundBox h1{color:
#666;font-weight:normal;font-size:22px;margin:0;}
.roundBox
.msg{border-top:1px dotted #B8B8B8;margin-top:10px;padding-top:10px;}
</style>
{/literal}
</head>
<body>
<div
class="roundBox">
<h1>{$errorTitle}</h1>
<div
class="msg">{$errorMessage}</div>
</div>
</body>
</html>