Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1648 Rev 1965
Line 7... Line 7...
7
		<title>PictoFlora</title>
7
		<title>PictoFlora</title>
Line 8... Line 8...
8
 
8
 
9
		<meta http-equiv="content-type" content="text/html; charset=UTF-8">
9
		<meta http-equiv="content-type" content="text/html; charset=UTF-8">
Line -... Line 10...
-
 
10
		<base href="<?= dirname($_SERVER['PHP_SELF'])."/"; ?>" />
-
 
11
 
-
 
12
		<!-- OpenGraph pour Facebook, Pinterest, Google+ -->
-
 
13
		<meta property="og:type" content="website" />
-
 
14
		<meta property="og:title" content="Pictoflora" />
-
 
15
		<meta property="og:site_name" content="Tela Botanica" />
-
 
16
		<meta property="og:description" content="Votez, consultez, taggez les photos publiques du CeL sur Pictoflora, la galerie interactive" />
-
 
17
		<meta property="og:image" content="http://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png" />
-
 
18
		<meta property="og:image:type" content="image/png" /> 
-
 
19
		<meta property="og:image:width" content="256" /> 
-
 
20
		<meta property="og:image:height" content="256" />
10
		<base href="<?= dirname($_SERVER['PHP_SELF'])."/"; ?>" />
21
		<meta property="og:locale" content="fr_FR" />
11
 
22
 
12
		<!-- Fichier JS de configuration spécifique à l'application -->
23
		<!-- Fichier JS de configuration spécifique à l'application -->
Line 13... Line 24...
13
		<script type="text/javascript" language="javascript" src="config/config.js"></script>
24
		<script type="text/javascript" language="javascript" src="config/config.js"></script>