diff options
author | 3rd Infantry Division <thirdid@3rd-infantry-division.org> | 2011-04-19 13:05:31 -0400 |
---|---|---|
committer | 3rd Infantry Division <thirdid@3rd-infantry-division.org> | 2011-04-19 13:05:31 -0400 |
commit | 7b7d4f63e3025781ecf9ebe1d647e73a6442f784 (patch) | |
tree | e86ff6cb11c2b7b06f4982a7d54077f47ccc390b | |
parent | 90b79921d05a24b8523d0c3d82401a35c814f058 (diff) | |
download | bayonetcms-7b7d4f63e3025781ecf9ebe1d647e73a6442f784.tar.gz |
From themes:
Removed google tracking
Removed dreamhost referrer
-rw-r--r-- | themes/default/footer.php | 3 | ||||
-rw-r--r-- | themes/gttheme/footer.php | 14 | ||||
-rw-r--r-- | themes/new/footer.php | 2 | ||||
-rw-r--r-- | themes/throwback/footer.php | 14 |
4 files changed, 1 insertions, 32 deletions
diff --git a/themes/default/footer.php b/themes/default/footer.php index 8c9d3de..afadce7 100644 --- a/themes/default/footer.php +++ b/themes/default/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 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();?> diff --git a/themes/new/footer.php b/themes/new/footer.php index 9e4cb00..c628cca 100644 --- a/themes/new/footer.php +++ b/themes/new/footer.php @@ -39,7 +39,7 @@ $debug_output = sprintf("Page generated in %.3f seconds | Memory: real(%.3fmb) p <div id="bottomBarContainer"> <div id="bottomBar"> - <div id="copyright">All logos and trademarks on this site are property of their respective owner. The comments are property of their posters, all the rest © 2001-<?php echo date('Y'); ?> 3rd Infantry Division. <a href="http://www.dreamhost.com/r.cgi?145892" target="_blank"><img src="http://www.dreamhost.com/images/rewards/80x15-e.png" /></a></div> + <div id="copyright">All logos and trademarks on this site are property of their respective owner. The comments are property of their posters, all the rest © 2001-<?php echo date('Y'); ?> 3rd Infantry Division. </div> </div><!--end bottomBar--> </div><!--end bottomBarContainer--> diff --git a/themes/throwback/footer.php b/themes/throwback/footer.php index 42b481f..afadce7 100644 --- a/themes/throwback/footer.php +++ b/themes/throwback/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();?> |