mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 18:41:52 +02:00
[ticket/13553] Use defined title value in page headers too
PHPBB3-13553
This commit is contained in:
committed by
Joas Schilling
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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user