MattW Well-known member Apr 17, 2013 #1 Is the default theme selection set as an option, accessable via: XenForo_Application::get('options'); as I can't seem to find anything in the DB that states a theme is the current default theme?
Is the default theme selection set as an option, accessable via: XenForo_Application::get('options'); as I can't seem to find anything in the DB that states a theme is the current default theme?
J James Well-known member Apr 18, 2013 #2 Yup: XenForo_Application::get('options')->defaultStyleId XenForo_Model_Style line 110.