added tracking code to the layouts

This commit is contained in:
SJ
2013-09-26 16:15:03 +02:00
parent 5b2f444790
commit 9580e2f70e
13 changed files with 22 additions and 0 deletions

View File

@ -144,6 +144,7 @@ $(document).ready(function(){
<?php } ?>
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
</body>
</html>

View File

@ -42,5 +42,7 @@
</div> <!-- wrap -->
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
</body>
</html>

View File

@ -132,6 +132,7 @@ $(document).ready(function(){
});
</script>
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
</body>
</html>

View File

@ -60,5 +60,7 @@ if(isset($this->request->get['route'])) {
</div>
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
</body>
</html>

View File

@ -65,6 +65,7 @@
<!-- <?php print PILER_LOGIN_HELPER_PLACEHOLDER; ?> -->
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
</body>
</html>

View File

@ -40,5 +40,7 @@
</div>
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
</body>
</html>