Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1287 Rev 1369
Line 60... Line 60...
60
}
60
}
61
if (AppControleur::getMetaTags() != '') {
61
if (AppControleur::getMetaTags() != '') {
62
	GEN_modifierMetaName('keywords', AppControleur::getMetaTags());
62
	GEN_modifierMetaName('keywords', AppControleur::getMetaTags());
63
}
63
}
Line -... Line 64...
-
 
64
 
-
 
65
// Meta OpenGraph pour les réseaux sociaux
-
 
66
GEN_stockerMetaProperty('og:type', 'website');
-
 
67
GEN_stockerMetaProperty('og:title', 'eFlore');
-
 
68
GEN_stockerMetaProperty('og:site_name', 'Tela Botanica');
-
 
69
GEN_stockerMetaProperty('og:description', 'eFlore, la flore électronique collaborative en ligne');
-
 
70
GEN_stockerMetaProperty('og:image', 'http://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png');
-
 
71
GEN_stockerMetaProperty('og:image:type', 'image/png');
-
 
72
GEN_stockerMetaProperty('og:image:width', '256');
-
 
73
GEN_stockerMetaProperty('og:image:height', '256');
-
 
74
GEN_stockerMetaProperty('og:locale', 'fr_FR');
64
 
75
 
65
// +--------------------------------------------------------------------------------------------------+
76
// +--------------------------------------------------------------------------------------------------+
66
// Fonctions d'affichage dans Papyrus
77
// Fonctions d'affichage dans Papyrus
67
/**
78
/**
68
 * Fonction d'affichage de Papyrus, pour le corps de page.
79
 * Fonction d'affichage de Papyrus, pour le corps de page.