projects
/
WP-Themes
/
littlefieldtownship.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea747de
)
Adding modal placeholder near footer.
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 19 Oct 2015 16:52:41 +0000
(12:52 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 19 Oct 2015 16:52:41 +0000
(12:52 -0400)
footer.php
patch
|
blob
|
history
diff --git
a/footer.php
b/footer.php
index
f4ae325
..
28b730d
100644
(file)
--- a/
footer.php
+++ b/
footer.php
@@
-19,6
+19,9
@@
<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=5 text_link='eNews Signup']"); // Must stay above wp_footer() as it adds actions to it ?>
+ </div>
<?php wp_footer();?>
<script>
$(document).foundation({ equalizer : { equalize_on_stack: true } });