Quote:
Originally Posted by Robbed
Been working with style creators on the same issue. If a style uses additional.css it doesn't display right with a few addons
Fix:
Since version 4.0.1, there has been an additional template variable call (to grab additional.css) in the HEAD.
Please add the following:
{vb:raw headinclude_bottom}
Before </head> in your template and you're all set.
|
i found the </head> tag in the page template. I added that piece of code right before the tag and it didn't change the problem :S actually the piece of code was already there originally before I even modded it but i posted it again with no change.
thanks though.
Code:
<head>
{vb:raw headinclude}
<title>{vb:raw pagetitle}</title>
<vb:each from="head_views" value="head_view">{vb:raw head_view}</vb:each>
{vb:raw headinclude_bottom}
</head>