mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +01:00
Bug fix.
This commit is contained in:
parent
2de2640cb6
commit
09880ef231
@ -27,7 +27,7 @@
|
||||
'subtitle'=>'An error has occured.',
|
||||
'body'=>"<center>" .
|
||||
"<h2>$message</h2>" .
|
||||
"<p><a href=\"" . ROOT . $board['dir'] . FILE_INDEX . "\">Go back</a>.</p>" .
|
||||
(isset($board) ? "<p><a href=\"" . ROOT . $board['dir'] . FILE_INDEX . "\">Go back</a>.</p>" : '').
|
||||
"</center>"
|
||||
)));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user