Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1765 Rev 1790
Line 260... Line 260...
260
		$item['date_maj_W3C'] = date(DATE_W3C, $date_modification_timestamp);
260
		$item['date_maj_W3C'] = date(DATE_W3C, $date_modification_timestamp);
261
		$item['titre'] = $this->creerTitre($info);
261
		$item['titre'] = $this->creerTitre($info);
262
		$item['guid'] = $this->creerGuidItem($info);
262
		$item['guid'] = $this->creerGuidItem($info);
263
		$item['lien'] = $this->creerLienItem($info);
263
		$item['lien'] = $this->creerLienItem($info);
264
		$item['categorie'] = $this->creerCategorie($item);
264
		$item['categorie'] = $this->creerCategorie($item);
265
		$item['description'] = $this->creerDescription(Cel::db()->protegerCaracteresHtmlDansChamps($info), $item);
265
		$item['description'] = $this->creerDescription(Cel::protegerCaracteresHtmlDansChamps($info), $item);
266
		$item['description_encodee'] = htmlspecialchars($this->creerDescription($info, $item));
266
		$item['description_encodee'] = htmlspecialchars($this->creerDescription($info, $item));
267
		$item['modifier_par'] = $this->getIntituleAuteur($info['courriel_utilisateur']);
267
		$item['modifier_par'] = $this->getIntituleAuteur($info['courriel_utilisateur']);
268
		return $item;
268
		return $item;
269
	}
269
	}