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