created profile in parent view
This commit is contained in:
12
index.php
12
index.php
@@ -35,6 +35,8 @@ setlocale(LC_ALL, 'hu_HU');
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
|
||||
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<?php
|
||||
require('common.php');
|
||||
@@ -132,5 +134,15 @@ setlocale(LC_ALL, 'hu_HU');
|
||||
?>
|
||||
</body>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-72772703-2"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-72772703-2');
|
||||
</script>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user