Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1 from zendframework/master
Browse files Browse the repository at this point in the history
Add last version
  • Loading branch information
vragovR committed Oct 20, 2012
2 parents 1712fec + 657a752 commit 51fb6ff
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 625 deletions.
8 changes: 5 additions & 3 deletions module/Application/view/layout/layout.phtml
Original file line number Diff line number Diff line change
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.

2 changes: 1 addition & 1 deletion vendor/ZF2
Submodule ZF2 updated from 1a7750 to 7f49f1

0 comments on commit 51fb6ff

Please sign in to comment.