[pmwiki-users] Newbie Issue- Inserting javascript code

Lee Raesly lee at raesly.net
Sat Apr 22 12:58:53 CDT 2006


I want to add javascript to my pmwiki site to enable Google Urchin  
tracking. I need it to appear on every page.

  I use the Fixflow skin.  I browsed through the help file but  
couldn't find anything specific.  If I missed it, please just point  
me to it!

Here's the code:

<script src="http://www.google-analytics.com/urchin.js" type="text/ 
javascript">
</script>
<script type="text/javascript">
_uacct = "UA-293733-1";
_udn="coachstreet.com";
urchinTracker();
</script>

I'm guessing I should somehow insert it into the skin template, but  
I'm coming up short on ideas.

Thanks!

Lee




More information about the pmwiki-users mailing list