Google adwords

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Wed Jun 09, 2010 5:14 pm
Good afternoon,

I need to put the following code:

<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-12987570-4']);
_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>

Is for a google ad campaign. I can not find the site in html the body part <body> and </body>.

can you help me know where I put the code.

thanks
User avatar
Fresh Boarder

teitbite
Thu Jun 10, 2010 10:37 am
Hi

Try templates/gk_memovie/layouts/default.php

But if this need to work for iphone or handheld You will need also modyficate the rest of the file in this directory.
User avatar
Moderator


cron