예제 #1
0
 public static function GoogleMaps(Staple_Layout $layout, $sensor = false)
 {
     $sensor = (bool) $sensor;
     $layout->addScript('http://maps.google.com/maps/api/js?sensor=' . $sensor);
 }