MyBB Community Forums

Full Version: Edit {$stylesheets}
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where do I modify the content of {$stylesheets} ?
in general, content of {$stylesheets} is not modified. instead required content is added by using regular html code

example : headerinclude template
<link rel="stylesheet" href="{$mybb->settings['bburl']}/colerpick.css" type="text/css" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/colorpicker.js"></script>
Or you can add stylesheets in ACP > Templates & Style and attach it to the relevant pages.