Browse Source

add adsense code

master
filesite 6 days ago
parent
commit
4e9fae2ba0
  1. 3
      themes/manual/views/layout/main.php

3
themes/manual/views/layout/main.php

@ -43,5 +43,8 @@ include_once $viewFile; @@ -43,5 +43,8 @@ include_once $viewFile;
<!--for theme manual-->
<script src="/js/manual.js?v<?=Html::getStaticFileVersion('manual.js', 'js')?>"></script>
<?php echo Html::getGACode(); ?>
<!--adsense-->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8863174955399329"
crossorigin="anonymous"></script>
</body>
</html>

Loading…
Cancel
Save