Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3018 Rev 3037
Line 35... Line 35...
35
		<link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
35
		<link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
Line 36... Line 36...
36
 
36
 
37
		<!-- Javascript : bibliothèques -->
37
		<!-- Javascript : bibliothèques -->
38
		<!-- Google Map v3 -->
38
		<!-- Google Map v3 -->
39
		<!--<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script>-->
39
		<!--<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script>-->
40
		<script src="https://maps.google.com/maps/api/js?language=fr&amp;region=FR"></script>
40
		<script src="https://maps.google.com/maps/api/js?key=<?php echo $cleGoogleMaps; ?>&language=fr&amp;region=FR"></script>
41
		<!-- Proj4js -->
41
		<!-- Proj4js -->
Line 42... Line 42...
42
		<script type="text/javascript" src="https://resources.tela-botanica.org/proj4js/2.2.1/proj4.js"></script>
42
		<script type="text/javascript" src="https://resources.tela-botanica.org/proj4js/2.2.1/proj4.js"></script>
43
 
43