View Single Post
  #8  
Old 05-10-2014, 09:38 AM
krazykat1980 krazykat1980 is offline
Member
 
Join Date: May 2014
Posts: 22
Gender: Female
Credits: 1,621
krazykat1980 is on a distinguished road
Default

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;

Last edited by krazykat1980; 05-10-2014 at 09:42 AM.
Reply With Quote