mystery css files pulled into header
Permalink
My header is outputting requests for:
/concrete/blocks/slideshow/view.css
/concrete/blocks/page_list/view.css
/concrete/blocks/search/view.css
These are not listed in header_required.php. I've not installed any blocks that call these. Any ideas where these are being pulled from and how I can get rid of them?
/concrete/blocks/slideshow/view.css
/concrete/blocks/page_list/view.css
/concrete/blocks/search/view.css
These are not listed in header_required.php. I've not installed any blocks that call these. Any ideas where these are being pulled from and how I can get rid of them?
There was recently a bug reported where the css / js is included for all global blocks, even if they're not on the page. Maybe that's your problem?