[Scummvm-cvs-logs] SF.net SVN: scummvm: [25992] web/trunk/include/html.php

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon Mar 5 12:44:19 CET 2007


Revision: 25992
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25992&view=rev
Author:   fingolfin
Date:     2007-03-05 03:44:18 -0800 (Mon, 05 Mar 2007)

Log Message:
-----------
Added google analytics code

Modified Paths:
--------------
    web/trunk/include/html.php

Modified: web/trunk/include/html.php
===================================================================
--- web/trunk/include/html.php	2007-03-05 11:27:18 UTC (rev 25991)
+++ web/trunk/include/html.php	2007-03-05 11:44:18 UTC (rev 25992)
@@ -161,6 +161,12 @@
 			</table>
 		</td></tr>
 		</table>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+_uacct = "UA-1455743-1";
+urchinTracker();
+</script>
 	</body>
 </html>
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list