Пример #1
0
	<link rel="stylesheet" href="/resources/css/error.min.css" type="text/css">
	<!-- Custom Fonts -->
	<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
	
	<!-- favicon -->
	<link rel="icon" href="/favicon.png" type="image/png">
</head>
<body>

	<div class="container-fluid full-screen no-padding">
		<div class="err-top-row">
			<div class="err-monitor full-height">
				<div class="err-monitor-text text-center">
					<h1>
						<?php 
echo $error->getErrorCode();
?>
<br>
						<span class="small">
						<?php 
echo $error->getErrorText();
?>
						</span>
					</h1>
				</div>
				<img src="/obrazky/monitor.png" class="img-responsive full-height" alt="Chybová hláška - monitor">
			</div>
		</div>
		<div class="bg-dark err-bottom-row">
			<div class="err-message text-center">
				<?php