Update maintenance page
This commit is contained in:
parent
a1f14adf7c
commit
2728b5483f
2 changed files with 3 additions and 5 deletions
|
@ -24,9 +24,11 @@ class Maintenance extends Page
|
|||
# $this->robots = 'noindex';
|
||||
$this->titles = \ForkBB\__('Maintenance');
|
||||
# $this->fNavigation = null; //????
|
||||
$this->maintenanceMessage = $this->c->config->o_maintenance_message;
|
||||
# $this->maintenanceMessage = $this->c->config->o_maintenance_message;
|
||||
|
||||
$this->header('Retry-After', '3600');
|
||||
|
||||
$this->fIswev = ['i', \ForkBB\__($this->c->config->o_maintenance_message)];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,5 +1 @@
|
|||
@extends ('layouts/main')
|
||||
<section class="f-main f-maintenance">
|
||||
<h2>{{ __('Maintenance') }}</h2>
|
||||
<p>{!! $p->maintenanceMessage !!}</p>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Reference in a new issue