add view to function
This commit is contained in:
11
footer.php
11
footer.php
@@ -37,10 +37,21 @@
|
||||
<?php $copyright = get_field('copyright', 'option'); ?>
|
||||
<div class="footer-bottom__text desktop">
|
||||
<?= sprintf('© %d %s', date('Y'), $copyright); ?>
|
||||
<!--Rating::top.agroserver.ru counter-->
|
||||
|
||||
|
||||
</div>
|
||||
<?php get_template_part('partials/menu-footer-bottom'); ?>
|
||||
<div class="socials footer__socials">
|
||||
<?php get_template_part('partials/menu-socials'); ?>
|
||||
<a href="https://agroserver.ru/" target="_blank">
|
||||
<script language="javascript">
|
||||
var r = escape(document.referrer);
|
||||
var rd = Math.random();
|
||||
var pr = 'https://top.agroserver.ru/ct/';
|
||||
document.write('<img src="'+pr+'?uid=18819&ref='+r+'&rd='+rd+'" width="88" height="31" border="0">');
|
||||
</script></a>
|
||||
<!--// Rating::top.agroserver.ru counter-->
|
||||
</div>
|
||||
|
||||
<div class="footer-bottom__text mobile">
|
||||
|
||||
Reference in New Issue
Block a user