* Adjustments to fix made for issue 90, faq updated

* Added google analytics tracking to html docs (experimental)
This commit is contained in:
capitaomorte
2009-09-09 16:55:56 +00:00
parent a993b9b4f6
commit 931253f9b8
11 changed files with 150 additions and 16 deletions

View File

@@ -54,4 +54,14 @@
</div>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%%3E%%3C/script%%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-10536822-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
%(body_suffix)s