MyBB Community Forums

Full Version: Global theme vars
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello MyBB Community,
How would i go about making a variable accessible from the theme like {$announcement}
the variable is dynamic because it gets a setting.
Here it is:
'<div class="wrapper"><div class="myannouncement"><div class="announceleft"><h3><i class="fa fa-microphone"></i></h3></div> <div class="announcetext"><p>'.$mybb->settings['announcement_text'].'</p></div></div>

Thanks rtm516

Anyone?
If you need me to explain anything then I can.
^ What Destory666 linked you will work.