Apologies if the answer to this question is obvious...
I'm trying to update the URL for clientscript/vbulletin_important.css which is linked in the header of most pages of my forum (v3.8.3).
I have a separate lighttpd server that serves all images/js/css etc but currently this CSS file is being served by Apache so I want to update the URL. I've searched the templates and source code but can't find where the following piece of HTML is defined:
<link rel="stylesheet" type="text/css" href="http://www.xxx.com/clientscript/vbulletin_important.css?v=383" />
Any hints?
I'm trying to update the URL for clientscript/vbulletin_important.css which is linked in the header of most pages of my forum (v3.8.3).
I have a separate lighttpd server that serves all images/js/css etc but currently this CSS file is being served by Apache so I want to update the URL. I've searched the templates and source code but can't find where the following piece of HTML is defined:
<link rel="stylesheet" type="text/css" href="http://www.xxx.com/clientscript/vbulletin_important.css?v=383" />
Any hints?

Comment