mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +09:00
RSS2.0 Spec 맞추기
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5359 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
08c88c926c
commit
11df94acee
1 changed files with 1 additions and 2 deletions
|
|
@ -7,12 +7,11 @@
|
||||||
<description>{str_replace('\'', ''', htmlspecialchars($info->description))}</description>
|
<description>{str_replace('\'', ''', htmlspecialchars($info->description))}</description>
|
||||||
<language>{$info->language}</language>
|
<language>{$info->language}</language>
|
||||||
<pubDate>{$info->date}</pubDate>
|
<pubDate>{$info->date}</pubDate>
|
||||||
<totalCount>{$info->total_count}</totalCount>
|
|
||||||
<generator>XpressEngine {__ZBXE_VERSION__}</generator>
|
<generator>XpressEngine {__ZBXE_VERSION__}</generator>
|
||||||
<!--@foreach($document_list as $oDocument)-->
|
<!--@foreach($document_list as $oDocument)-->
|
||||||
<item>
|
<item>
|
||||||
<title>{str_replace('\'', ''',$oDocument->getTitle())}</title>
|
<title>{str_replace('\'', ''',$oDocument->getTitle())}</title>
|
||||||
<author>{str_replace('\'', ''',$oDocument->getNickName())}</author>
|
<dc:creator>{str_replace('\'', ''',$oDocument->getNickName())}</dc:creator>
|
||||||
<link>{$oDocument->getPermanentUrl()}</link>
|
<link>{$oDocument->getPermanentUrl()}</link>
|
||||||
<guid isPermaLink="true">{$oDocument->getPermanentUrl()}</guid>
|
<guid isPermaLink="true">{$oDocument->getPermanentUrl()}</guid>
|
||||||
<!--@if($oDocument->allowComment()) -->
|
<!--@if($oDocument->allowComment()) -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue