JDocument::addStyleSheet/1.6
From Joomla! Documentation
JDocument::addStyleSheet
Description
Adds a linked stylesheet to the page.
Description:JDocument::addStyleSheet [Edit Descripton]
public function addStyleSheet ( $url $type= 'text/css' $media=null $attribs=array )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $url | string | URL to the linked style sheet | |
| $type | string | 'text/css' | Mime encoding type |
| $media | string | null | Media type that this stylesheet applies to public |
| $attribs | array() |
- Returns
- Defined on line 464 of libraries/joomla/document/document.php
See also
JDocument source code on JoomlaCode
Class JDocument
Subpackage Document- Other versions of JDocument::addStyleSheet
SeeAlso:JDocument::addStyleSheet [Edit See Also]