API17:JDocument::addStyleSheet
From Joomla! Documentation
JDocument::addStyleSheet
Description
Adds a linked stylesheet to the page.
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 |
| $attribs | array() |
- Returns
- Defined on line 430 of libraries/joomla/document/document.php
See also
JDocument::addStyleSheet source code on BitBucket
Class JDocument
Subpackage Document- Other versions of JDocument::addStyleSheet
User contributed notes
Code Examples