mobile home and friends

This commit is contained in:
infeeeee
2019-08-15 04:05:59 +02:00
parent 7ab073d280
commit 8284c8a412
28 changed files with 1591 additions and 712 deletions

View File

@@ -4,7 +4,13 @@
</div>
<!-- /wrapper -->
<?php //wp_footer(); ?>
<?php wp_footer(); ?>
<?php
if ( function_exists('cn_cookies_accepted') && cn_cookies_accepted() ) {
// Your third-party non functional code here
?>
<!-- analytics -->
<script>
@@ -16,5 +22,9 @@
ga('send', 'pageview');
</script>
<?php
}
?>
</body>
</html>