Update Redirect page
This commit is contained in:
parent
837860113c
commit
f3972a6188
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ class Redirect extends Page
|
|||
$this->nameTpl = 'layouts/redirect';
|
||||
$this->titles = __('Redirecting');
|
||||
$this->robots = 'noindex';
|
||||
$this->message = __($message) . ' ' . __('Redirecting...');
|
||||
$this->message = $message;
|
||||
$this->timeout = (int) $this->c->config->o_redirect_delay; //???? перенести в заголовки?
|
||||
|
||||
return $this;
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<main>
|
||||
<section id="fork-rdrct" class="f-main">
|
||||
<h2>{!! __('Redirecting') !!}</h2>
|
||||
<p>{!! $p->message !!}</p>
|
||||
<p>{!! __($p->message) !!} {!! __('Redirecting...') !!}</p>
|
||||
<p><a href="{{ $p->link }}">{!! __('Click redirect') !!}</a></p>
|
||||
</section>
|
||||
</main>
|
||||
|
|
Loading…
Add table
Reference in a new issue