Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 46 → Rev 45

/branches/barsac-v1.0/index_iso-8859-15.php
File deleted
\ No newline at end of file
/branches/barsac-v1.0/index.php
72,18 → 72,18
</div>
</div>
<div>
<?php echo Collection::getExceptions(); ?>
<?php echo GestionnaireException::getExceptions(); ?>
</div>
<div id="pied">
<p> &copy;<a href="http://www.tela-botanica.org/" accesskey="1">Tela Botanica</a> / 2000-<?=date('Y')?> - Le réseau des Botanistes Francophones</p>
<p> &copy;<a href="http://www.tela-botanica.org/" accesskey="1">Tela Botanica</a> / 2000-2010 - Le réseau des Botanistes Francophones</p>
</div>
</div>
<div id="nav_gauche">
<ul>
<li><a href="<?=basename(__FILE__)?>?module=Recherche">Recherche</a></li>
<li><a href="<?=basename(__FILE__)?>?module=Carte">Carte</a></li>
<li><a href="<?=basename(__FILE__)?>?module=Syndication">Syndication</a></li>
<li><a href="index.php?module=Recherche">Recherche</a></li>
<li><a href="index.php?module=Carte">Carte</a></li>
<li><a href="index.php?module=Syndication">Syndication</a></li>
</ul>
</div>
/branches/barsac-v1.0/controleurs/Collection.php
158,15 → 158,4
return $sortie;
}
/**
* Retourne les messages d'exceptions et d'erreurs.
*/
public static function getExceptions() {
$sortie = GestionnaireException::getExceptions();
if (Config::get('sortie_encodage') != Config::get('appli_encodage')) {
$sortie = mb_convert_encoding($sortie, Config::get('sortie_encodage'), Config::get('appli_encodage'));
}
return $sortie;
}
}