mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +09:00
RSS Spec 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5361 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d1a3098d52
commit
3db40bffed
3 changed files with 7 additions and 7 deletions
|
|
@ -23,13 +23,11 @@
|
|||
<description>{str_replace('\'', ''', htmlspecialchars($oDocument->getContentText(100)))}</description>
|
||||
<!--@end-->
|
||||
<pubDate>{$oDocument->getRegdateGM()}</pubDate>
|
||||
{@$i=0;}
|
||||
<!--@foreach($oDocument->get('tag_list') as $tag)-->
|
||||
<category>{str_replace('\'', ''', htmlspecialchars($tag))}</category>
|
||||
{@$i++;}
|
||||
<!--@end-->
|
||||
<!--@if($i>0)-->
|
||||
<slash:comments>{$i}</slash:comments>
|
||||
<!--@if($oDocument->getCommentcount()>0)-->
|
||||
<slash:comments>{$oDocument->getCommentcount()}</slash:comments>
|
||||
<!--@end-->
|
||||
</item>
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue