mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 19:20:12 +01:00
added tracking code to the layouts
This commit is contained in:
parent
5b2f444790
commit
9580e2f70e
@ -218,6 +218,8 @@ $config['DATA_PARTITION'] = '/var';
|
|||||||
|
|
||||||
$config['DELIMITER'] = "\t";
|
$config['DELIMITER'] = "\t";
|
||||||
|
|
||||||
|
$config['TRACKING_CODE'] = '';
|
||||||
|
|
||||||
$langs = array(
|
$langs = array(
|
||||||
'de',
|
'de',
|
||||||
'en',
|
'en',
|
||||||
|
@ -104,6 +104,7 @@
|
|||||||
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
|
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -52,5 +52,7 @@
|
|||||||
|
|
||||||
</div> <!-- wrap -->
|
</div> <!-- wrap -->
|
||||||
|
|
||||||
|
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -112,5 +112,7 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -64,5 +64,7 @@ if(isset($this->request->get['route'])) {
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -60,5 +60,7 @@
|
|||||||
|
|
||||||
<!-- <?php print PILER_LOGIN_HELPER_PLACEHOLDER; ?> -->
|
<!-- <?php print PILER_LOGIN_HELPER_PLACEHOLDER; ?> -->
|
||||||
|
|
||||||
|
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -43,5 +43,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -144,6 +144,7 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
|
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -42,5 +42,7 @@
|
|||||||
|
|
||||||
</div> <!-- wrap -->
|
</div> <!-- wrap -->
|
||||||
|
|
||||||
|
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -132,6 +132,7 @@ $(document).ready(function(){
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -60,5 +60,7 @@ if(isset($this->request->get['route'])) {
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -65,6 +65,7 @@
|
|||||||
<!-- <?php print PILER_LOGIN_HELPER_PLACEHOLDER; ?> -->
|
<!-- <?php print PILER_LOGIN_HELPER_PLACEHOLDER; ?> -->
|
||||||
|
|
||||||
|
|
||||||
|
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -40,5 +40,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<?php if(TRACKING_CODE) { print TRACKING_CODE; } ?>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user