Esempio n. 1
0
 /**
  * Outputs a link to the Bootstrap CDN
  *
  * @param bool $withTheme Gets the bootstrap theme as well
  * @return string 
  * @static 
  */
 public static function css($withTheme = true)
 {
     return \Bootstrapper\Helpers::css($withTheme);
 }