/functions/template.php

Description

template.php

This file is intended to contain helper functions for template sets that would like to use them.

Functions
create_css_link (line 31)

Create stylesheet links that will work for multiple browsers

  • return: The full text of the stylesheet link.
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 "/")

Documentation generated on Sat, 07 Oct 2006 16:13:57 +0300 by phpDocumentor 1.3.0RC6