Changeset 46 for trunk/website/include

Show
Ignore:
Timestamp:
08/16/13 18:43:47 (13 years ago)
Author:
danwilson
Message:

Updating site with extra files

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/website/include/dspHeader.cfm

    r44 r46  
    7575    <link rel="alternate" type="application/rss+xml" title="#request.conference.name# RSS" href="#application.galleon.settings.rooturl#rss.cfm?conferenceid=#request.conference.id#"> 
    7676    </cfif> 
    77         </cfif>  
     77        </cfif> 
     78        <script type="text/javascript"> 
     79 
     80  var _gaq = _gaq || []; 
     81  _gaq.push(['_setAccount', 'UA-1272970-17']); 
     82  _gaq.push(['_setDomainName', 'model-glue.com']); 
     83  _gaq.push(['_trackPageview']); 
     84 
     85  (function() { 
     86    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 
     87    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; 
     88    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); 
     89  })(); 
     90 
     91</script> 
    7892</head> 
    7993