projects
/
web
/
GruntInit
/
glmTheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d76717a
)
adding class to footer of page
author
Ian Weller
<ian@gaslightmedia.com>
Thu, 3 Mar 2016 15:45:44 +0000
(10:45 -0500)
committer
Ian Weller
<ian@gaslightmedia.com>
Thu, 3 Mar 2016 15:46:17 +0000
(10:46 -0500)
root/footer.php
patch
|
blob
|
history
diff --git
a/root/footer.php
b/root/footer.php
index
04960de
..
b62055b
100644
(file)
--- a/
root/footer.php
+++ b/
root/footer.php
@@
-1,5
+1,5
@@
</main><!--End of main-->
- <footer>
+ <footer
class="main"
>
<?php if (is_active_sidebar('sidebar-f')) :?>
<?php dynamic_sidebar('sidebar-f');?>
<?php endif;?>