JDocument::addStyleSheet
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JDocument::addStyleSheet[edit]
Description[edit]
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[edit]
JDocument::addStyleSheet source code on BitBucket
Class JDocument
Subpackage Document
- Other versions of JDocument::addStyleSheet
User contributed notes[edit]
Code Examples[edit]