Ciao a tutti
Sto provando ad usare questo template molto carino
http://www.mightyjoomla.com/free-joomla-template/emis-free-joomla-templateHo inserito il codice di monitoraggio di google analitics nell'apposito spazio ma non riesco a farlo funzionare...uso joomla 2.5.11
Accade che dopo aver salvato le modifiche del template, il contenuto cambia..
questo e' l'originale
--------------------------
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-xxxxxx-xx']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? '
https://ssl' : '
http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
----------------------------
e questo e' quello che vedo dopo il salvataggio
<script type=\"text/javascript\">
var _gaq = _gaq || [];
_gaq.push([\'_setAccount\', \'UA-xxxxxx-xx\']);
_gaq.push([\'_trackPageview\']);
(function() {
var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;
ga.src = (\'https:\' == document.location.protocol ? \'
https://ssl\' : \'
http://www\') + \'.google-analytics.com/ga.js\';
var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
----------------------------------
che cosa vuol dire?
cosa devo correggere? c'e' qualche configurazione sul server da modificare?
grazie per l'aiuto
Anna