Subversion Repositories eFlore/Applications.cel

Rev

Rev 515 | Rev 521 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 515 Rev 518
Line 187... Line 187...
187
		//]]>
187
		//]]>
188
		</script>
188
		</script>
Line 189... Line 189...
189
		
189
		
190
		<!-- CSS -->
190
		<!-- CSS -->
-
 
191
		<link href="<?=$url_base?>modules/carto/squelettes/css/carto.css" rel="stylesheet" type="text/css" media="screen" />
-
 
192
		
-
 
193
		<!-- Stats : Google Analytics -->
-
 
194
		<script type="text/javascript">
-
 
195
			//<![CDATA[
-
 
196
			var _gaq = _gaq || [];
-
 
197
			_gaq.push(['_setAccount', 'UA-20092557-1']);
-
 
198
			_gaq.push(['_trackPageview']);
-
 
199
			
-
 
200
			(function() {
-
 
201
			  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-
 
202
			  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-
 
203
			  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-
 
204
			})();
-
 
205
			//]]>
191
		<link href="<?=$url_base?>modules/carto/squelettes/css/carto.css" rel="stylesheet" type="text/css" media="screen" />
206
		</script>
Line 192... Line 207...
192
	</head>
207
	</head>
193
 
208
 
194
	<body onload="initialize()">
209
	<body onload="initialize()">