aboutsummaryrefslogtreecommitdiff
path: root/themes/gttheme/footer.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/gttheme/footer.php')
-rw-r--r--themes/gttheme/footer.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/themes/gttheme/footer.php b/themes/gttheme/footer.php
index 42b481f..afadce7 100644
--- a/themes/gttheme/footer.php
+++ b/themes/gttheme/footer.php
@@ -36,9 +36,6 @@ $debug_output = sprintf("Page generated in %.3f seconds | Memory: real(%.3fmb) p
<?php echo $config['product']['name'] . ' ' . $config['product']['version'] . ' ' . $config['product']['release'] ?><br />
<?php echo stripslashes($config['product']['copyright']); ?><br />
<?php if($config['debug']['enabled']) echo $debug_output ?><br />
-
-<a href="http://www.dreamhost.com/r.cgi?145892" target="_blank"><img src="http://www.dreamhost.com/images/rewards/80x15-e.png" /></a><br /><br />
-
</div>
<?php
@@ -47,17 +44,6 @@ $debug_output = sprintf("Page generated in %.3f seconds | Memory: real(%.3fmb) p
}
?>
-<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-3253447-1");
-pageTracker._trackPageview();
-} catch(err) {}
-</script>
-
</body>
</html>
<?php ob_flush();?>