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

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

View File

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

View File

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

View File

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

View File

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

View File

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