Created
April 20, 2012 13:20
-
-
Save NickToye/2428516 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?= $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