Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1198 → Rev 1199

/trunk/index.php
3,6 → 3,11
/** Inclusion du fichier principal de l'application*/
require_once 'eflore.php';
$url_css_commun = Config::get('url_css_commun');
 
// pour OpenSearch
$referentiel = 'bdtfx';
if (isset($_GET['referentiel'])) $referentiel = $_GET['referentiel'];
 
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
22,7 → 27,7
 
 
<!-- moteur de recherche dans le navigateur chemin xml -->
<link rel="search" type="application/opensearchdescription+xml" title="eFlore BDTFX : noms scientifiques" href="configurations/RechercheOpenSearch/RechercheOpenSearch.xml" />
<link rel="search" type="application/opensearchdescription+xml" title="eFlore <?php echo strtoupper($referentiel); ?> : noms scientifiques" href="configurations/RechercheOpenSearch/OpenSearch<?php echo ucfirst($referentiel); ?>.xml" />
<!-- Favicones -->
<link rel="icon" type="image/png" href="http://www.tela-botanica.org/sites/commun/generique/images/favicone/tela_botanica.png" />
<link rel="shortcut icon" type="image/x-icon" href="http://www.tela-botanica.org/sites/commun/generique/images/favicone/tela_botanica.ico" />