Changeset 50173 in spip-zone for _plugins_/seo/seo_fonctions.php
- Timestamp:
- Aug 2, 2011, 2:43:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/seo/seo_fonctions.php
r50170 r50173 52 52 </script> 53 53 "; 54 55 // Ancien Code Google Analytics56 // $flux .= '<script type="text/javascript">';57 // $flux .= 'var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");';58 // $flux .= 'document.write(unescape("%3Cscript src=\'" + gaJsHost + "google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E"));';59 // $flux .= '</script>';60 // $flux .= '<script type="text/javascript">';61 // $flux .= 'try{';62 // $flux .= 'var pageTracker = _gat._getTracker("'. $config['analytics']['id'] .'");';63 // $flux .= 'pageTracker._trackPageview();';64 // $flux .= '} catch(err) {}';65 // $flux .= '</script>';66 54 } 67 55
Note: See TracChangeset
for help on using the changeset viewer.