|
Previous Page |
Solar_View_Helper_Head |
Next Page |
addStyleBase()
public
Solar_View_Helper_Head
addStyleBase (
string $href,
array $attribs default NULL
)
Adds a <style> 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 <style> tag as part of the "baseline" (foundation) styles.
Generally used by layouts, not views.