Files
codefever/application/errors/error_general.php

13 lines
185 B
PHP
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<title>Error</title>
</head>
<body>
<div id="container">
<h1><?php echo $heading; ?></h1>
<?php //echo $message; ?>
</div>
</body>
</html>