kumitheme/footer.php
2018-09-01 12:24:57 +02:00

27 lines
603 B
PHP

<br clear="all" />
<div class="clearall"></div>
</div><!-- end of right pagebody -->
</div><!-- end of wrapper -->
<div id="footer">
<?php wp_footer(); ?>
<div class="footerArea">
<div class="left-footer">
<?php wp_nav_menu( array('theme_location'=>'top','fallback_cb'=>'') ); ?>
</div>
<div class="right-footer">
<a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a>
</div>
<div class="clear"></div>
</div><!-- end of footerArea -->
</div>
</body>
</html>