Skip to content

Commit

Permalink
Merge remote-tracking branch 'EvanDotPro/feature/updates'
Browse files Browse the repository at this point in the history
  • Loading branch information
akrabat committed Oct 17, 2012
2 parents 98c1354 + 3abc996 commit eeca131
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 624 deletions.
8 changes: 5 additions & 3 deletions module/Application/view/layout/layout.phtml
Expand Up @@ -15,10 +15,12 @@

<!-- Scripts -->
<?php echo $this->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') ?>

</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
Expand All @@ -27,7 +29,7 @@
<span class="icon-bar"></span>
</a>
<a class="brand" href="<?php echo $this->url('home') ?>"><?php echo $this->translate('Skeleton Application') ?></a>
<div class="nav-collapse">
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="<?php echo $this->url('home') ?>"><?php echo $this->translate('Home') ?></a></li>
</ul>
Expand Down
12 changes: 9 additions & 3 deletions public/css/bootstrap-responsive.min.css

Large diffs are not rendered by default.

619 changes: 9 additions & 610 deletions public/css/bootstrap.min.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions public/js/bootstrap.min.js

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions public/js/html5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions public/js/jquery-1.7.2.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions public/js/jquery.min.js

Large diffs are not rendered by default.

0 comments on commit eeca131

Please sign in to comment.