Skip to content
Snippets Groups Projects
Commit b0a24eca authored by Brett Bieber's avatar Brett Bieber
Browse files

Update and move Google Analytics tracker to footer.html

parent 5f9e398a
No related branches found
No related tags found
No related merge requests found
...@@ -516,11 +516,6 @@ class UNL_Catalog ...@@ -516,11 +516,6 @@ class UNL_Catalog
$this->p->leftcollinks = file_get_contents(dirname(__FILE__).'/../../www/templates/relatedLinks.html'); $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->contactinfo = file_get_contents(dirname(__FILE__).'/../../www/templates/footerContactInfo.html');
$this->p->optionalfooter = file_get_contents(dirname(__FILE__).'/../../www/templates/optionalfooter.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>';
} }
/** /**
......
&copy; 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> &copy; 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment