Reply To: CSS in Theme

On , in , by Taracque

Home Forums RaidPlanner Discussions Bug reports CSS in Theme Reply To: CSS in Theme

#1486
Taracque
Member

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.