create_css_link (line
31)
Create stylesheet links that will work for multiple browsers
string
create_css_link
(string $uri, [string $name = ''], [boolean $alt = TRUE], [string $mtype = 'screen'], [string $xhtml_end = '/'])
-
string
$uri: The URI to the linked stylesheet.
-
string
$name: The title of the stylesheet (optional; default empty).
-
boolean
$alt: Whether or not this is an alternate stylesheet (optional; default TRUE).
-
string
$mtype: The target media display type (optional; default "screen").
-
string
$xhtml_end: The XHTML-compliant close tag syntax to use (optional; default "/")