app/views/layout/errors/header.php
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>mini PHP</title>
<!-- Icons -->
<!-- The following icons can be replaced with your own, they are used by desktop and mobile browsers -->
<link rel="shortcut icon" href="<?= PUBLIC_ROOT;?>img/icons/favicon.ico">
<link rel="apple-touch-icon" href="<?= PUBLIC_ROOT;?>img/icons/icon57.png" sizes="57x57">
<link rel="apple-touch-icon" href="<?= PUBLIC_ROOT;?>img/icons/icon72.png" sizes="72x72">
<link rel="apple-touch-icon" href="<?= PUBLIC_ROOT;?>img/icons/icon76.png" sizes="76x76">
<link rel="apple-touch-icon" href="<?= PUBLIC_ROOT;?>img/icons/icon114.png" sizes="114x114">
<link rel="apple-touch-icon" href="<?= PUBLIC_ROOT;?>img/icons/icon120.png" sizes="120x120">
<link rel="apple-touch-icon" href="<?= PUBLIC_ROOT;?>img/icons/icon144.png" sizes="144x144">
<link rel="apple-touch-icon" href="<?= PUBLIC_ROOT;?>img/icons/icon152.png" sizes="152x152">
<!-- END Icons -->
<style>
body{ background: #ffffff url("<?= PUBLIC_ROOT;?>img/backgrounds/background.png") no-repeat fixed left top; }
</style>
</head>
<body>
<div id="wrapper">