Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1285 Rev 1291
Line 191... Line 191...
191
 
191
 
192
	private function creerTitre($element) {
192
	private function creerTitre($element) {
193
		$tag = $element['tag'];
193
		$tag = $element['tag'];
194
		$nomSel = htmlspecialchars($element['nom_sel']);
194
		$nomSel = htmlspecialchars($element['nom_sel']);
195
		$tagueur = htmlspecialchars($this->creerTagueur($element));
195
		$tagueur = htmlspecialchars($this->creerTagueur($element));
196
		$titre = "Tag «{$tag}» ($nomSel) par $tagueur";
196
		$titre = "Tag «{$tag}» pour $nomSel par $tagueur";
197
		return $titre;
197
		return $titre;
Line 198... Line 198...
198
	}
198
	}
199
 
199