Skip to content

Instantly share code, notes, and snippets.

@NickToye
Created April 20, 2012 14:24
Show Gist options
  • Save NickToye/2429044 to your computer and use it in GitHub Desktop.
Save NickToye/2429044 to your computer and use it in GitHub Desktop.
<?= $this->js_combine(array(
'@js/jquery-1.5.1.min.js',
'ls_core_jquery',
'@js/jquery-ui-1.8.9.custom.min.js',
'@js/ls_frontend.js',
'@js/jquery.ui.stars.js',
'@js/jquery.jtweetsanywhere-1.2.1.min.js',
'@js/jquery.fancybox-1.3.4.pack.js',
'@js/jquery.jcarousel.min.js',
'@js/slideshow_banners.js',
'@js/mylibs/ios-orientationchange-fix.js',
'@js/global.js'
))
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment