HTML: Head Section
Nikola Posa (contact me)
This class can be used to output the head section of an HTML page.
Elements that can be generated are title, meta-tags, CSS and JavaScript files paths, and path to the favicon image.
The class can generates HTML for the start of a page until the body, that includes the specified page head parameters. By passing second bool parameter as false to the constructor of this class, starting <html> tag, and <head> tags will be omitted, so only content of a head section will be generated.
Click here for detailed information about this class on phpclasses.org