Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 315 Rev 316
Line 113... Line 113...
113
		$this->info['miniature'] = (isset($this->param['retour.format'])) ? $this->param['retour.format'] : false;
113
		$this->info['miniature'] = (isset($this->param['retour.format'])) ? $this->param['retour.format'] : false;
114
		$this->info['src_map'] = ($this->info['miniature'] == 'min') ? 'france_utm_miniature.jpg' : 'france_utm_600x564.jpg';
114
		$this->info['src_map'] = ($this->info['miniature'] == 'min') ? 'france_utm_miniature.jpg' : 'france_utm_600x564.jpg';
115
		$this->info['retour'] = (isset($this->param['retour'])) ? $this->param['retour'] : self::MIME_JPG ;
115
		$this->info['retour'] = (isset($this->param['retour'])) ? $this->param['retour'] : self::MIME_JPG ;
116
		// Ajout du code du r�f�rentiel
116
		// Ajout du code du r�f�rentiel
117
		$this->info['referentiel'] = 'bdtfx';
117
		$this->info['referentiel'] = 'bdtfx';
118
		$projets = array('cenlr', 'cel', 'cbnmed', 'sophy');
118
		$projets = array('cenlr', 'cel', 'cbnmed', 'sophy', 'general');
119
		if (isset($this->param['projet']) && in_array($this->param['projet'], $projets)) {
119
		if (isset($this->param['projet']) && in_array($this->param['projet'], $projets)) {
120
			$this->info['projet'] = $this->param['projet'];
120
			$this->info['projet'] = $this->param['projet'];
121
		} else {
121
		} else {
122
			$this->info['projet'] = 'general';
122
			$this->info['projet'] = 'general';
123
		}
123
		}