Quote:
Originally Posted by CharlieDelta
I am having a slight styling problem. Is it possible to not call on specific css files but rather all css files in the "classifieds_main" template?
|
I check one by one all frontend templates. In all templates the classifieds.css is including:
Code:
<vb:if condition="$vboptions['storecssasfile']">
{vb:cssfile forumhome-rollup.css,classifieds.css,popupmenu.css,options.css,usercp.css,additional.css,vbcms.css,widgets.css,postbit-lite.css,postlist.css,memberlist.css}
<vb:else />
{vb:cssfile usercp.css,additional.css,classifieds.css,popupmenu.css,options.css,vbcms.css,widgets.css,postbit-lite.css,postlist.css,memberlist.css}
</vb:if>