JDocument::addStyleDeclaration
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::addStyleDeclaration
Description
Adds a stylesheet declaration to the page.
public function addStyleDeclaration (
$content
$type= 'text/css'
)
Parameter | Type | Default | Description |
---|---|---|---|
$content | string | Style declarations | |
$type | string | 'text/css' | Type of stylesheet (defaults to 'text/css') |
- Returns void
- Defined on line 445 of libraries/joomla/document/document.php
See also
JDocument::addStyleDeclaration source code on BitBucket
Class JDocument
Subpackage Document
- Other versions of JDocument::addStyleDeclaration