global $theme
== global $theme_key
(just the name)
global $theme_info
== Extension $theme
(object)
→ global $theme
== global $theme_info->getName()
Proposed solution
Renameglobal $theme_info
intoglobal $theme
.- Replace all
global $theme
withglobal $theme_info->getName()
.