Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1229 Rev 1230
Line 211... Line 211...
211
		return $lien;
211
		return $lien;
212
	}
212
	}
Line 213... Line 213...
213
	
213
	
214
	private function creerTitre($element) {
214
	private function creerTitre($element) {
215
		$intitule = 'Vote';
215
		$intitule = 'Vote';
216
		$titre = $intitule.' '.$element['valeur'].' - '.htmlspecialchars($this->creerAuteur($element)).' ('.htmlspecialchars($element['nom_sel']).', le '.substr($element['date_vote'], 0, 10).')';
216
		$titre = $intitule.' '.$element['valeur'].' - '.htmlspecialchars($this->creerAuteur($element)).' ('.htmlspecialchars($element['nom_sel']).', par '.htmlspecialchars($this->creerAuteur($element));
217
		return $titre;
217
		return $titre;
Line 218... Line 218...
218
	}
218
	}
219
	
219