MyBB Community Forums

Full Version: whats the proper way to add JS and to reference it in the templates?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quote:<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/script.min.js">

{$mybb->settings['bburl']}

is that the proper way to link the board Url?

jscripts

do i put it in scripts or soemwhere else?

thanks
Use this in MyBB 1.8:
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/script.min.js"></script>