JDocument::addStyleDeclaration/1.6

From Joomla! Documentation

Jump to: navigation, search

Joomla 1.6 JDocument::addStyleDeclaration

Description

Adds a stylesheet declaration to the page.

Description:JDocument::addStyleDeclaration [Edit Descripton]

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') public
  • Returns void
  • Defined on line 479 of libraries/joomla/document/document.php

See also

SeeAlso:JDocument::addStyleDeclaration [Edit See Also]

User contributed notes


Personal tools