Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 872 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 872 Rev 1160
Line 122... Line 122...
122
		$html = '';
122
		$html = '';
123
		$type = $this->compo_nom['type_epithete'];
123
		$type = $this->compo_nom['type_epithete'];
Line 124... Line 124...
124
 
124
 
125
		if ($type == 'agg.') {
125
		if ($type == 'agg.') {
126
			// Ajout de l'infra gen avant le type s'il est égal à agg.
126
			// Ajout de l'infra gen avant le type s'il est égal à agg.
127
			$html = ' '.$this->ajouterBaliseInfraGen().
127
			$html = ' '.$this->compo_nom['epithete_infra_generique'].
128
					' '.sprintf($this->typeEpitheteTpl, $this->abbr[$type], $type);
128
					' '.sprintf($this->typeEpitheteTpl, $this->abbr[$type], $type);
129
		} else {
129
		} else {
130
			$html = ' '.sprintf($this->typeEpitheteTpl, $this->abbr[$type], $type).
130
			$html = ' '.sprintf($this->typeEpitheteTpl, $this->abbr[$type], $type).
131
					' '.$this->ajouterBaliseInfraGen();
131
					' '.$this->compo_nom['epithete_infra_generique'];
132
		}
132
		}
133
		return $html;
133
		return $html;
Line 134... Line 134...
134
	}
134
	}