projects
/
WP-Themes
/
saultstemarie360.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75d9c2d
)
adding global window members to hold the page ids to be used in javascript click...
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 24 Jul 2018 13:20:54 +0000
(09:20 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 24 Jul 2018 13:20:54 +0000
(09:20 -0400)
header.php
patch
|
blob
|
history
diff --git
a/header.php
b/header.php
index
559e5f2
..
d4ee71b
100644
(file)
--- a/
header.php
+++ b/
header.php
@@
-21,8
+21,10
@@
<?php wp_head(); ?>
</head>
<script>
- window.icon_url = '<?php echo get_template_directory_uri(); ?>';
- window.contactForm = '<?php echo get_permalink(112); ?>';
+ window.icon_url = '<?php echo get_template_directory_uri(); ?>';
+ window.getting_started = '<?php echo get_permalink(414); ?>';
+ window.journey = '<?php echo get_permalink(363); ?>';
+ window.progress = '<?php echo get_permalink(365); ?>';
</script>
<?php
global $post;