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

Commit

Permalink
Merge pull request #406 from localheinz/fix/inline-partial
Browse files Browse the repository at this point in the history
Fix: Inline partial
  • Loading branch information
Ocramius committed Feb 20, 2015
2 parents 1270d4c + 6bb63e3 commit ba2b860
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 0 additions & 7 deletions module/Application/view/layout/footer.phtml

This file was deleted.

8 changes: 7 additions & 1 deletion module/Application/view/layout/layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,13 @@

<hr style="clear:both">

<?php echo $this->partial('layout/footer'); ?>
<footer class="footer">
<div class="container">
<p>
&copy; 2005 - <?php echo date('Y'); ?> by Zend Technologies Ltd. All rights reserved.
</p>
</div>
</footer>

<?php $this->inlineScript()->prependFile($this->basePath('js/bootstrap.min.js')); ?>
<?php $this->inlineScript()->prependFile($this->basePath('js/jquery-1.11.2.min.js')); ?>
Expand Down

0 comments on commit ba2b860

Please sign in to comment.