Commit a2c9440c by Manzar Hussain

header update

parent 3595da08
...@@ -29,7 +29,18 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= ...@@ -29,7 +29,18 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
</script> </script>
<!-- End Google Tag Manager --> <!-- End Google Tag Manager -->
<script>
document.addEventListener( 'wpcf7submit', function( event ) {
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({
'event' : 'Contact Us',
'userId' : <?php echo rand(0,1000); ?> //this number must be replaced with an actual User ID
});
}, false );
</script>
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/bootstrap.min.css"> <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/bootstrap.min.css">
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/owl.carousel.min.css"> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/owl.carousel.min.css">
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/owl.theme.default.min.css"> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/owl.theme.default.min.css">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment