I assume that would be these bits?
Code:
public function loadStyle($style){
$this->addStyle($style);
return "<link rel='stylesheet' href='{$style}' type='text/css'/>\n";
}
I don't understand how it's putting the link together so I'm not sure where to put my edit :(
This looks promising but I don't know what to do to it :(
Code:
/**
* The css property, it specifies the additional css folder to load.
* @access private
* @var String
*/
private $css;