Skip to content

Instantly share code, notes, and snippets.

@andreasisaak
Created June 5, 2014 19:34
Show Gist options
  • Save andreasisaak/3a7e9cfe70159e7c7e47 to your computer and use it in GitHub Desktop.
Save andreasisaak/3a7e9cfe70159e7c7e47 to your computer and use it in GitHub Desktop.
footerStickAlt
<?php $this->extend('fe_page'); ?>
<?php $this->block('footer'); $this->endblock(); ?>
<?php $this->block('body'); ?>
<?php $this->parent(); ?>
<?php if ($this->footer): ?>
<footer id="footer">
<div class="inside">
<?php echo $this->footer; ?>
</div>
</footer>
<?php endif; ?>
<?php $this->endblock(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment