mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/13553] Use defined title value in page headers too
PHPBB3-13553
This commit is contained in:
parent
ab4b1afd98
commit
e6bbde2bff
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ class helper
|
||||||
'MESSAGE_TITLE' => $this->user->lang($title),
|
'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…
Add table
Reference in a new issue