I’ve just written joomla module. This is basic but working version of my moule.
I want to ‘effectize’ it, so i need to work with some css. Elements of my module has own classes so i can style it very easy. But where to put CSS?
I’ve just written joomla module. This is basic but working version of my moule.
Share
I typically just create a css folder under my module’s directory. You can then use this call to include your css from your module’s php code:
JDocument::addStyleSheet