API17

API17:JDocument::addStyleSheet

From Joomla! Documentation

Joomla 11.1 JDocument::addStyleSheet

Description

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


User contributed notes

Code Examples