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