fixy fix
This commit is contained in:
parent
f26a34c463
commit
0820b5aaee
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ if(isset($_GET['xml'])) {
|
||||||
print '<link>http://flashii.net/news/'. $newsPost['id'] .'</link>';
|
print '<link>http://flashii.net/news/'. $newsPost['id'] .'</link>';
|
||||||
print '<guid>http://flashii.net/news/'. $newsPost['id'] .'</guid>';
|
print '<guid>http://flashii.net/news/'. $newsPost['id'] .'</guid>';
|
||||||
print '<pubDate>'. date('D, d M Y G:i:s O', $newsPost['date']) .'</pubDate>';
|
print '<pubDate>'. date('D, d M Y G:i:s O', $newsPost['date']) .'</pubDate>';
|
||||||
print '<dc:publisher>'. $flashii->getUserdata($newsPost['uid'])['username'] .'</dc:publisher>';
|
print '<dc:publisher>'. $newsPost['udata']['username'] .'</dc:publisher>';
|
||||||
print '<description><![CDATA['. $mdparser->text($newsPost['content']) .']]></description>';
|
print '<description><![CDATA['. $newsPost['parsed'] .']]></description>';
|
||||||
|
|
||||||
print '</item>';
|
print '</item>';
|
||||||
|
|
||||||
|
|
Reference in a new issue