Skip to content

Instantly share code, notes, and snippets.

@NickToye
Created April 20, 2012 13:20
Show Gist options
  • Save NickToye/2428516 to your computer and use it in GitHub Desktop.
Save NickToye/2428516 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'
),
array(
'src_mode'=>true
)) ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment