diff --git a/src/UNL/Catalog.php b/src/UNL/Catalog.php index 28daceb336650a8618792d734f4568cb439da7ca..9c5fd74793e9b8c71a463f8bd73d82d1db65413d 100644 --- a/src/UNL/Catalog.php +++ b/src/UNL/Catalog.php @@ -516,11 +516,6 @@ class UNL_Catalog $this->p->leftcollinks = file_get_contents(dirname(__FILE__).'/../../www/templates/relatedLinks.html'); $this->p->contactinfo = file_get_contents(dirname(__FILE__).'/../../www/templates/footerContactInfo.html'); $this->p->optionalfooter = file_get_contents(dirname(__FILE__).'/../../www/templates/optionalfooter.html'); - $this->p->footercontent .= '<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> -<script type="text/javascript"> -_uacct = "UA-2901646-1"; -urchinTracker(); -</script>'; } /** diff --git a/www/templates/footer.html b/www/templates/footer.html index 63dbe0bdc697a82b84bea6aef2c76d070f9c1d00..1377a01dae21ed3346283a71aa97450327c50dd1 100644 --- a/www/templates/footer.html +++ b/www/templates/footer.html @@ -1 +1,9 @@ -© 2011 UNL Graduate Studies | 1100 Seaton Hall | Lincoln NE 68588-0619 | 402-472-2875 | <a href="http://www.unl.edu/gradstudies/comments.shtml" title="Click here to direct your comments and questions">comments?</a> +© 2012 UNL Graduate Studies | 1100 Seaton Hall | Lincoln NE 68588-0619 | 402-472-2875 | <a href="http://www.unl.edu/gradstudies/comments.shtml" title="Click here to direct your comments and questions">comments?</a> +<script type="text/javascript"> +var _gaq = _gaq || []; +_gaq.push(['_setAccount', 'UA-2901646-1']); //replace with your unique tracker id +_gaq.push(['_setDomainName', '.unl.edu']); +_gaq.push(['_setAllowLinker', true]); +_gaq.push(['_setAllowHash', false]); +_gaq.push(['_trackPageview']); +</script> \ No newline at end of file