SproutCMS

This is the code documentation for the SproutCMS project

function link()

Creates a link tag.

Usage

string Html::link ( string|array $href , string|array $rel , string|array $type [, string $suffix [, string|array $media [, boolean $index ]]] );

Arguments

  1. string|array $href
    filename
  2. string|array $rel
    relationship
  3. string|array $type
    mimetype
  4. string $suffix = FALSE
    specifies suffix of the file
  5. string|array $media = FALSE
    specifies on what device the document will be displayed
  6. boolean $index = FALSE
    include the index_page in the link

Return value

  • string