Home › Forums › RaidPlanner Discussions › Bug reports › CSS in Theme › Reply To: CSS in Theme
There should be a loadCSS function in the theme-s php file like this:
public function loadCSS() { $document = JFactory::getDocument(); $document->addStyleSheet( ‘images/raidplanner/css/raidplanner_wow.css’ );
return true; }
That will load the css.
Comments are closed.