1
0
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:
Matt Friedman 2015-01-30 15:28:25 -08:00 committed by Joas Schilling
parent ab4b1afd98
commit e6bbde2bff

View File

@ -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);
}
/**