Custom HEAD - JYAML - Joomla! Templates mit Yaml

Benutzerdefinierter HEAD

The code in the custom HEAD is inserted directly in the <head> of the HTML-document. This option has suitably for it to be inserted such as the Google-Analytics- or Sitemap-Code to the verification of the site around a special code well. 

Beispiel für Google Analytics:
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-xxxxxx-x");
pageTracker._initData();
pageTracker._trackPageview();
</script>