MyBB Community Forums

Full Version: How to edit {$stylesheets}
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to change the directory of my css files but i cant edit them in headerinclude


EXAMPLE:

I need to change:
<link type="text/css" rel="stylesheet" href="http://site.com/style.css">
to
<link type="text/css" rel="stylesheet" href="https://site.com/style.css">

but in the headerinclude template it only shows {$stylesheets}
You can change the http to https from General configuration, website url. I believe your purpose is to make your website https.

$stylesheets is a variable in MyBB but in your case, you don't need to modify that.

Also DVZ secure content plugin would be helpful for you.

Regards
WallBB