mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-20 07:42:09 +02:00
[ticket/13553] Use defined title value in page headers too
PHPBB3-13553
This commit is contained in:
parent
ab4b1afd98
commit
e6bbde2bff
@ -211,7 +211,7 @@ class helper
|
||||
'MESSAGE_TITLE' => $this->user->lang($title),
|
||||
));
|
||||
|
||||
return $this->render('message_body.html', $this->user->lang('INFORMATION'), $code);
|
||||
return $this->render('message_body.html', $this->user->lang($title), $code);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user