Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 448 Rev 455
Line 68... Line 68...
68
	}
68
	}
Line 69... Line 69...
69
	
69
	
70
	private function getChorodepMiniature() {
70
	private function getChorodepMiniature() {
71
		$this->cartes->setProjet('chorodep');
71
		$this->cartes->setProjet('chorodep');
72
		$this->cartes->setLargeur('190x178');
72
		$this->cartes->setLargeur('190x178');
73
		$id = 'nn:'.$this->nomCourant->getNns();
73
		$id = 'nn:'.$this->nomCourant->getNnr();
74
		$this->cartes->setId($id);
74
		$this->cartes->setId($id);
75
		return $this->cartes->getUrlPng();
75
		return $this->cartes->getUrlPng();
Line 76... Line 76...
76
	}
76
	}