getGlobals(); return $globals['themeId']; } /** * @return array */ function theme(): array { $theme_id = theme_id(); return config('themes')[$theme_id]; } /** * @return string */ function theme_type(): string { return theme()['type']; }