From: Evan Coury Date: Wed, 17 Oct 2012 10:44:12 +0000 (-0700) Subject: Update twitter bootstrap, jquery, html5.js to latest X-Git-Url: http://git.inspyration.org/?p=zf2.biz%2Fapplication_blanche.git;a=commitdiff_plain;h=3abc996da18850bfc6fbb333e2e6b528f7dcc294 Update twitter bootstrap, jquery, html5.js to latest --- diff --git a/module/Application/view/layout/layout.phtml b/module/Application/view/layout/layout.phtml index 18a4720..6efc267 100644 --- a/module/Application/view/layout/layout.phtml +++ b/module/Application/view/layout/layout.phtml @@ -15,10 +15,12 @@ headScript()->prependFile($this->basePath() . '/js/html5.js', 'text/javascript', array('conditional' => 'lt IE 9',)) - ->prependFile('//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js') ?> + ->prependFile($this->basePath() . '/js/bootstrap.min.js') + ->prependFile($this->basePath() . '/js/jquery.min.js') ?> + -