Exemple #1
0
 /**
  * Load a given CSS file. 
  * @param string path to file  
  * @return boolean 
  */
 public static function css($file = false)
 {
     return View::css($file);
 }