Hi guys,
I embedded Gallery 2.1 into my website, it's working okay but one thing:
Evertime i downloaded a module, the CSS of that module isnt automatically attached into my application. so i have to attach the CSS manually into the header, although the installation was successful
Example:
1. I downloaded iconpack, it was installed okay, but all the icons werent displayed, until i attaced the CSS manually.
2. I just downloaded the imageframe, the installation is fine, however the frames is not displayed. And for this one i have no idea where the CSS is.
The questions are:
1. Is the CSS from a module supposed to be picked up automatically? or should i do it manually?
2. If it's automatic, then how do i do that?
Thanks very much
Posts: 8601
sounds like you have a custom theme and you don't have {g->head} in the <head> section.. this is how all the things modules ask to be added to the header actually get placed there.