Solar_View_Helper_LinkStylesheet::linkStylesheet()

public string Solar_View_Helper_LinkStylesheet::linkStylesheet ( string $href , array $attribs = NULL )

Returns a <link rel="stylesheet" ...

Parameters

  • (string) $href: The source href for the stylesheet.

  • (array) $attribs: Additional attributes for the <link> tag.

Returns

  • (string) The <link ... /> tag.

Description

Returns a <link rel="stylesheet" ...

/> tag.



Local