baseline
This commit is contained in:
13
templates/error.phtml
Normal file
13
templates/error.phtml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
use MintyPHP\Buffer;
|
||||
|
||||
Buffer::start('html');
|
||||
|
||||
?>
|
||||
<p style="color:red;">ERROR: <?php Buffer::get('html'); ?></p>
|
||||
<?php
|
||||
|
||||
Buffer::end('html');
|
||||
|
||||
require __DIR__ . '/default.phtml';
|
||||
Reference in New Issue
Block a user