Subversion Repositories Applications.bazar

Rev

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

Rev 9 Rev 10
Line 402... Line 402...
402
			$xml .= '</item>'."\n";
402
			$xml .= '</item>'."\n";
403
		}
403
		}
404
	}
404
	}
405
	else {//pas d'annonces
405
	else {//pas d'annonces
406
		$xml .= '<item>'."\n";
406
		$xml .= '<item>'."\n";
407
		$xml .= '<title>&nbsp;</title>'."\n";
407
		$xml .= '<title>'.BAZ_PAS_D_ANNONCES.'</title>'."\n";
408
		$xml .= '<link>http://test.educ-envir.org</link>'."\n";
408
		$xml .= '<link></link>'."\n";
409
		$xml .= '<description>&nbsp;</description>'."\n";
409
		$xml .= '<description>'.BAZ_PAS_D_ANNONCES.'</description>'."\n";
410
		$xml .= '<pubDate>'.strftime('%d %b %Y %H:%M:%S GMT',strtotime('12/12/2004')).'</pubDate>'."\n";
410
		$xml .= '<pubDate>'.strftime('%d %b %Y %H:%M:%S GMT',strtotime('12/12/2004')).'</pubDate>'."\n";
411
		$xml .= '</item>'."\n";
411
		$xml .= '</item>'."\n";
412
	}
412
	}
413
	$xml .= '</channel>'."\n".'</rss>'."\n";
413
	$xml .= '</channel>'."\n".'</rss>'."\n";
414
	return $xml;
414
	return $xml;