projects
/
WP-Themes
/
mackinawareavb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a1ecfb
)
adding pixel tracking js script to the end of the closing body tag for
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 13 Mar 2017 20:51:48 +0000
(16:51 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 13 Mar 2017 20:51:48 +0000
(16:51 -0400)
front page, events and things to do
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index
ce36a88
..
580c119
100644
(file)
--- a/
index.php
+++ b/
index.php
@@
-46,6
+46,9
@@
<!-- Segment Pixel - MI - Mackinaw Area Visitors Bureau - Site ReMsg - DO NOT MODIFY -->
<img src="http://ib.adnxs.com/seg?add=4797788&t=2" width="1" height="1" />
<!-- End of Segment Pixel -->
-
+ <?php if ( is_page(15) || is_page(728) || is_page(18) ) { ?>
+ <script charset="utf-8" type="text/javascript" src="http://tag.brandcdn.com/autoscript/Mackinaw_Area_Visitors_Bureau.js"></script>
+ <?php } ?>
+
</body>
</html>