additional.css:
Code:
/* bg Switch */
.themeWrapper {
position:absolute;
top:66px;
right:5px;
}
.themeWrapper img {
display:block;
}
.cambiotema {
width:220px;
height:42px;
padding:50px 70px 0 0;
}
.themeWrapper ul {
list-style:none;
padding:0;
margin:1px 3px 0 0;
}
Etc... Etc..
headinclude_bottom template:
Code:
{vb:cssfile additional.css}
{vb:raw template_hook.headinclude_bottom_css}
usercp_shell template:
Code:
etc.. etc..
...
{vb:raw clientscripts}
<title>{vb:raw pagetitle} - {vb:raw vboptions.bbtitle}</title>
{vb:raw headinclude_bottom}
</head>
<body>
{vb:raw header}
....
etc.. etc..
but in my style, if i look the source of my index page, the code for calling the css additional.css missing.
need i write something also on the template
headinclude?