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:
a9b17f2
)
Added tracking script code on front page.
author
Laury GvR
<laury@gaslightmedia.com>
Fri, 5 Jun 2015 13:36:59 +0000
(09:36 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Fri, 5 Jun 2015 13:36:59 +0000
(09:36 -0400)
front-page.php
patch
|
blob
|
history
diff --git
a/front-page.php
b/front-page.php
index
1042bd9
..
393f215
100644
(file)
--- a/
front-page.php
+++ b/
front-page.php
@@
-56,4
+56,7
@@
</div>
</div>
</div>
+ <script type="text/javascript">
+ var ssaUrl = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'pixel.sitescout.com/iap/4ab440409b0ce7d6';new Image().src = ssaUrl;
+ </script>
<?php get_footer(); ?>