MyBB Community Forums

Full Version: Mybb Settings?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a setting like this: mybb->settings['theme']

I wanna check the tid of the theme from template conditionals?

if (mybb theme == x)
Moved to Plugin Support.
There's a global variable $theme iirc so $theme['tid'] should work.