Fixed collapse button on mobile menu: included missing bootstrap js

This commit is contained in:
Peter McAtominey 2013-07-30 23:06:41 +02:00
parent 5ff6a25883
commit 7d984a2cce
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ if ($homepage && $homepage_url !== '/') {
<!-- Navigation -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.0/jquery.min.js"></script>
<script src="<?php echo $base_url ?>/js/bootstrap.min.js"></script>
<script src="<?php echo $base_url ?>/js/custom.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>