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:
Thanks rtm516
Anyone?
If you need me to explain anything then I can.
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.