mobile home and friends
This commit is contained in:
12
footer.php
12
footer.php
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user