Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 85 → Rev 84

/trunk/controleurs/Recherche.php
201,4 → 201,12
}
}
}
/**
* Recherche des collections.
* @return string la vue correspondante
*/
public function chargerPiedDePage() {
$this->setSortie(self::RENDU_PIED, $this->getVue('pied'));
}
}