-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
43 lines (39 loc) · 854 Bytes
/
Copy pathfooter.php
File metadata and controls
43 lines (39 loc) · 854 Bytes
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
32
33
34
35
36
37
38
39
40
41
42
43
<?php
/**
* The template for displaying the footer.
*
* Contains footer content and the closing of the #main div element.
*
* @package WordPress
* @subpackage Twenty_Em
* @since Twenty Em 0.1.0
*/
?>
<div id="low" class="layer">
<div class="wrapper">
<div class="row row-1">
<div class="col section-1">
</div>
<div class="col section-2">
</div>
<div class="col section-3">
</div>
<div class="col section-4">
</div>
<div class="clear"></div>
</div>
<div class="row row-2">
<div class="col section-1">
<div id="colophon">
<p>
©  Copyright  2012  Darren Slatten
</p>
</div><!-- #colophon -->
</div>
<div class="clear"></div>
</div>
</div>
</div><!-- #low -->
<?php wp_footer(); ?>
</body>
</html>