fixes #2354 add profile standard page

This commit is contained in:
Linty
2025-05-05 21:40:59 +02:00
parent 7f850c2938
commit 9bcc2cfa02
10 changed files with 569 additions and 13 deletions

View File

@@ -187,7 +187,7 @@ class Template
// standard pages can't get the header to load the html header
if (
'default' != $theme
and in_array(script_basename(), array('identification', 'register', 'password'))
and in_array(script_basename(), array('identification', 'register', 'password', 'profile'))
and (($themeconf['use_standard_pages'] ?? false) or conf_get_param('use_standard_pages', false))
)
{