Exemple #1
0
 public static function stylesheet_link_tag($css, $options = array())
 {
     $options['href'] = self::stylesheet_path($css);
     $options += array('rel' => 'stylesheet', 'type' => 'text/css');
     return HTMLHelper::empty_tag('link', $options);
 }