Solar_View_Helper_Head::addStyleBase()

public Solar_View_Helper_Head Solar_View_Helper_Head::addStyleBase ( string $href , array $attribs = NULL )

Adds a <link> tag as part of the "baseline" (foundation) styles.

Parameters

  • (string) $href: The file HREF for the style source.

  • (array) $attribs: Attributes for the tag.

Returns

  • (Solar_View_Helper_Head)

Description

Adds a <link> tag as part of the "baseline" (foundation) styles.

Generally used by layouts, not views.



Local