コード例 #1
0
ファイル: H.php プロジェクト: konstantin-pr/Ses
 /**
  * Insert script teg with resource url
  * @param $source
  * @return string
  */
 public static function js($source)
 {
     if (null !== ($link = H::s3($source))) {
         return sprintf('<script type="text/javascript" src="%s"></script>%s', $link, "\n");
     }
 }