API17:JDocument::addStyleSheet
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
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 |
| $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
SeeAlso:JDocument::addStyleSheet [Edit See Also]
User contributed notes
<CodeExamplesForm />
