mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-04 04:22:53 +02:00
fixes #2354 add profile standard page
This commit is contained in:
@@ -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))
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user