Skip to content

Instantly share code, notes, and snippets.

@mosbth
Created February 19, 2013 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mosbth/4984200 to your computer and use it in GitHub Desktop.
Save mosbth/4984200 to your computer and use it in GitHub Desktop.
<footer id='outer-wrap-footer' class='footer' role='contentinfo'>
<?php if(region_has_content('footer-column-one', 'footer-column-two', 'footer-column-three', 'footer-column-four', 'footer-column-five', 'footer-column-six', 'footer-column-seven', 'footer-column-eight')): ?>
<div id='inner-wrap-footer-column'>
<div id='footer-column-wrapper-one' class='footer-column-wrapper'>
<div id='footer-column-one' class='footer-column'><?=render_views('footer-column-one')?></div>
<div id='footer-column-two' class='footer-column'><?=render_views('footer-column-two')?></div>
<div id='footer-column-three' class='footer-column'><?=render_views('footer-column-three')?></div>
<div id='footer-column-four' class='footer-column'><?=render_views('footer-column-four')?></div>
</div>
<div id='footer-column-wrapper-two' class='footer-column-wrapper'>
<div id='footer-column-five' class='footer-column'><?=render_views('footer-column-five')?></div>
<div id='footer-column-six' class='footer-column'><?=render_views('footer-column-six')?></div>
<div id='footer-column-seven' class='footer-column'><?=render_views('footer-column-seven')?></div>
<div id='footer-column-eight' class='footer-column'><?=render_views('footer-column-eight')?></div>
</div>
</div>
<?php endif; ?>
<div id='inner-wrap-footer'>
<div id='footer'><?=render_views('footer')?><?=get_debug()?></div>
</div>
</footer>
@mosbth
Copy link
Author

mosbth commented Feb 19, 2013

En footer som ligger längst ned på varje sida.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment