mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:37:02 +02:00
added tracking code to the layouts
This commit is contained in:
@ -104,6 +104,7 @@
|
||||
|
||||
<?php } ?>
|
||||
|
||||
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -52,5 +52,7 @@
|
||||
|
||||
</div> <!-- wrap -->
|
||||
|
||||
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -112,5 +112,7 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -64,5 +64,7 @@ if(isset($this->request->get['route'])) {
|
||||
|
||||
</div>
|
||||
|
||||
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -60,5 +60,7 @@
|
||||
|
||||
<!-- <?php print PILER_LOGIN_HELPER_PLACEHOLDER; ?> -->
|
||||
|
||||
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -43,5 +43,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -144,6 +144,7 @@ $(document).ready(function(){
|
||||
|
||||
<?php } ?>
|
||||
|
||||
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -42,5 +42,7 @@
|
||||
|
||||
</div> <!-- wrap -->
|
||||
|
||||
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -132,6 +132,7 @@ $(document).ready(function(){
|
||||
});
|
||||
</script>
|
||||
|
||||
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -60,5 +60,7 @@ if(isset($this->request->get['route'])) {
|
||||
|
||||
</div>
|
||||
|
||||
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -65,6 +65,7 @@
|
||||
<!-- <?php print PILER_LOGIN_HELPER_PLACEHOLDER; ?> -->
|
||||
|
||||
|
||||
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -40,5 +40,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user