projects
/
WP-Themes
/
westernup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a430fbf
)
Remove the ninja form modal markup
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 21 Oct 2015 12:08:50 +0000
(08:08 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 21 Oct 2015 12:08:50 +0000
(08:08 -0400)
footer.php
patch
|
blob
|
history
diff --git
a/footer.php
b/footer.php
index
57fe851
..
0062fb3
100644
(file)
--- a/
footer.php
+++ b/
footer.php
@@
-35,9
+35,6
@@
<a class="exit-off-canvas"></a>
</div><!--End of inner-wrap-->
</div><!--End of off-canvas-->
- <div id="modal-placeholder">
- <?php $modal_link = do_shortcode("[ninja_forms_modal_form id=6 text_link='eNews Signup']"); // Must stay above wp_footer() as it adds actions to it ?>
- </div>
</body>
<?php wp_footer();?>
</html>