-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
31 lines (28 loc) · 829 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package hq
*/
?>
</div><!-- #content -->
<div class="row">
<div class="large-12 columns">
<div class="panel">
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info">
<?php do_action( 'hq_credits' ); ?>
<a href="http://wordpress.org/" title="<?php esc_attr_e( 'A Semantic Personal Publishing Platform', 'hq' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', 'hq' ), 'WordPress' ); ?></a>
<span class="sep"> | </span>
<?php printf( __( 'Theme: %1$s', 'hq' ), 'hq' ); ?>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- panel -->
</div>
</div><!-- row -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>