JDocument::addStyleSheet/1.6

From Joomla! Documentation

Jump to: navigation, search

Joomla 1.6 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 public
$attribs array()
  • Returns
  • Defined on line 464 of libraries/joomla/document/document.php

See also

SeeAlso:JDocument::addStyleSheet [Edit See Also]

User contributed notes


Personal tools