Subversion Repositories Applications.bazar

Compare Revisions

Ignore whitespace Rev 9 → Rev 10

/trunk/bibliotheque/bazar.fonct.rss.php
404,9 → 404,9
}
else {//pas d'annonces
$xml .= '<item>'."\n";
$xml .= '<title>&nbsp;</title>'."\n";
$xml .= '<link>http://test.educ-envir.org</link>'."\n";
$xml .= '<description>&nbsp;</description>'."\n";
$xml .= '<title>'.BAZ_PAS_D_ANNONCES.'</title>'."\n";
$xml .= '<link></link>'."\n";
$xml .= '<description>'.BAZ_PAS_D_ANNONCES.'</description>'."\n";
$xml .= '<pubDate>'.strftime('%d %b %Y %H:%M:%S GMT',strtotime('12/12/2004')).'</pubDate>'."\n";
$xml .= '</item>'."\n";
}