1
0
Fork 0
mirror of synced 2024-05-20 20:52:36 +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', '');
?>
<section class="zone large margin-top-large padding">
<section class="zone large margin-top padding">
<h1 class="margin-bottom">Error <?php echo $code; ?></h1>
<p><?php echo $message; ?></p>