Update of /cvsroot/fink/web
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25674

Modified Files:
        footer.inc 
Log Message:
set urchin account prorammatically

Index: footer.inc
===================================================================
RCS file: /cvsroot/fink/web/footer.inc,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- footer.inc  24 Feb 2007 14:12:56 -0000      1.38
+++ footer.inc  20 Apr 2007 02:04:35 -0000      1.39
@@ -1,5 +1,8 @@
 <?
 /* $Id$ */
+if (!$urchin_account) {
+       $urchin_account = "UA-305132-6";
+}
 ?>
 
 <? /* end content table */ ?>
@@ -46,7 +49,7 @@
 <script src="http://www.google-analytics.com/urchin.js"; type="text/javascript">
 </script>
 <script type="text/javascript">
-_uacct = "UA-305132-6";
+_uacct = "<? echo $urchin_account ?>";
 urchinTracker();
 </script> 
 </body>


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to