projects
/
WP-Themes
/
gilmoremuseum.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6642adc
)
Got rid of an extraneous div that was messing with the off-canvas
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 14 Apr 2015 20:55:22 +0000
(16:55 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 14 Apr 2015 20:55:22 +0000
(16:55 -0400)
footer.php
patch
|
blob
|
history
diff --git
a/footer.php
b/footer.php
index
cbe6859
..
127813d
100644
(file)
--- a/
footer.php
+++ b/
footer.php
@@
-82,7
+82,6
@@
<div id="modal-placeholder">
<?php $modal_link = do_shortcode('[ninja_forms_modal_form id=5 text_link="eNews Signup"]'); // Must stay above wp_footer() as it adds actions to it ?>
</div>
-</div>
<?php wp_footer();?>
</body>
</html>