mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
#286 RSS에서 tag를 포함하여 출력하도록 수정.
- RSS2.0 스팩에 맞추어 'category'노드로 출력. git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3129 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8ca3d71d84
commit
c24f406efc
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@
|
|||
<description><![CDATA[{$oDocument->getContentText(100)}]]></description>
|
||||
<!--@end-->
|
||||
<pubDate>{$oDocument->getRegdateGM()}</pubDate>
|
||||
<!--@foreach($oDocument->get('tag_list') as $tag)-->
|
||||
<category>{$tag}</category>
|
||||
<!--@end-->
|
||||
</item>
|
||||
<!--@end-->
|
||||
</channel>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue