// Load all the js we need $header_js = array( array('shared/modernizr-1.6.min.js'), array('shared/css_browser_selector-0.4.0.js') ); $header_css = array( 'front/style.css?v=20101125' ); $footer_js = array( array('http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js'), array('front/jquery.scrollTo-1.4.2-min.js'), array('shared/jquery.easing.1.3.js'), array('shared/shadowbox.js'), array('front/jquery.lazyload.js'), array('shared/jquery.tipsy.js'), array('front/script.js?v=20101125') ); $this->carabiner->group('header', array('js'=>$header_js, 'css'=>$header_css) ); $this->carabiner->group('footer', array('js'=>$footer_js) );