Esempio n. 1
0
 /**
  * Link css source into html head.
  *
  * @param mixed $name file name without extension and path
  */
 static function css($name)
 {
     $names = func_get_args();
     AImporter::link('css', $names);
 }