The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
css @import to <link>
when storing style sheets to file vBulletin uses @import:
Code:
@import url("clientscript/vbulletin_css/style-xxxx-xxx.css"); Code:
<link rel="stylesheet" type="text/css" href="style-xxxx-xxx.css" /> --- Update --- I have found this in includes/adminfunctions_template.php which looks to be the code I need to edit: PHP Code:
there is also this function that deletes the older css files: PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|