*/ class ContactPage implements PageInterface { private $content; public function __construct() { $this->content = <<

Président

Lolcat placeholder
William Rey
Valençon
3978 Flanthey
027 458 28 80
william@rey-siggen.ch

Secrétaire

Lolcat placeholder
Barbara Emery
Les Pierres Droites
3971 Chermignon
027 483 37 79
jbtlemery@netplus.ch

Caissière

Lolcat placeholder
Dominique Métrailler
3975 Bluche
027 481 32 64
do.metrailler@netplus.ch

Responsables des terrains

Responsable terrain Field

Lolcat placeholder
William Rey
Valençon
3978 Flanthey
027 458 28 80
william@rey-siggen.ch

Responsable terrain FITA

Lolcat placeholder
Christophe Praplan
Maison «Le Nid»
1977 Icogne
079 463 02 16
christophe.praplan@netplus.ch

Initiateurs

Lolcat placeholder
Barbara Emery
Les Pierres Droites
3971 Chermignon
027 483 37 79
jbtlemery@netplus.ch

Lolcat placeholder
Christophe Schwery
Marune 7
1977 Icogne
027 483 41 05
christophe@schwery.me
SITU; } public function getContent() { return $this->content; } public function getTitle() { //return Localization::situationMap; return "Contacts"; } public static function getStaticTitle() { //return Localization::situationMap; return "Contacts"; } } ?>