Default Theme

MattW

Well-known member
Licensed customer
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?
 
Yup: XenForo_Application::get('options')->defaultStyleId

XenForo_Model_Style line 110.
 
Back
Top Bottom