1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00

Update error template

This commit is contained in:
Eldad Fux 2020-04-08 16:15:04 +03:00
parent 3dcba7cc3f
commit 7becafdd1e

View file

@ -6,7 +6,7 @@ $projectName = $this->getParam('projectName', '');
$projectURL = $this->getParam('projectURL', ''); $projectURL = $this->getParam('projectURL', '');
?> ?>
<section class="zone large margin-top-large padding"> <section class="zone large margin-top padding">
<h1 class="margin-bottom">Error <?php echo $code; ?></h1> <h1 class="margin-bottom">Error <?php echo $code; ?></h1>
<p><?php echo $message; ?></p> <p><?php echo $message; ?></p>