2013-07-22, 11:06 AM
Hello all,
I have a question;
I want to load my CSS files from a subdomain rather then on my own main domain. How do I do this?
Do I go into global.php and edit;
Thank you for your time!
Kind regards,
Senethic
I have a question;
I want to load my CSS files from a subdomain rather then on my own main domain. How do I do this?
Do I go into global.php and edit;
$stylesheets .= "<link type=\"text/css\" rel=\"stylesheet\" href=\"{$mybb->settings['bburl']}/{$page_stylesheet}\" />\n";
to$stylesheets .= "<link type=\"text/css\" rel=\"stylesheet\" href=\"http://subdomain.website.com/{$page_stylesheet}\" />\n";
Thank you for your time!
Kind regards,
Senethic