Hi,
It's seems that I'm doing something wrong.
When I put this code in head.php, than I get error, please check http://jaunais.aprinkis.lv:8080
How exactly I should put a code?
<?php
// This is the code which will be placed in the head section
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-9251429795890337",
enable_page_level_ads: true
});
</script>
// No direct access.
defined('_JEXEC') or die;
$this->addTemplateFavicon();
// check the color version
$template_style = $this->getTemplateStyle('style');
// load the CSS files
$this->API->addCSS($this->API->URLtemplate() . '/css/k2.css');
$this->API->addCSS($this->API->URLtemplate() . '/css/normalize.css');
$this->API->addCSS($this->API->URLtemplate() . '/css/layout.css');
$this->API->addCSS($this->API->URLtemplate() . '/css/joomla.css');