MyBB Community Forums

Full Version: Mybb bburl or asset_url?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

In the Templates is better use {$mybb->settings['bburl']} or {$mybb->asset_url} ?

What's the difference?

Thank you
$mybb->asset_url is used for linking to resources like JavaScript and what not while $mybb->settings['bburl'] is used for linking to things like pages. I don't see anything preventing you from using both however you wish though.