mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
parent
7b8bea5923
commit
420e4eb536
3 changed files with 12 additions and 12 deletions
|
|
@ -19,7 +19,7 @@
|
|||
<item loop="$document_list=>$oDocument">
|
||||
<title>{$oDocument->getTitleText()}</title>
|
||||
<link>{$oDocument->getPermanentUrl()}</link>
|
||||
<!--@if($target_modules[$oDocument->get('module_srl')]->open_rss == 'Y')-->
|
||||
<!--@if($target_modules[$oDocument->get('module_srl')] == 'Y')-->
|
||||
<description>{utf8_trim(utf8_normalize_spaces($oDocument->get('content')))|escape}</description>
|
||||
<!--@else-->
|
||||
<description>{$oDocument->getSummary(400)|escape}</description>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<title>{$oDocument->getTitleText()}</title>
|
||||
<author>{$oDocument->getNickName()}</author>
|
||||
<link>{$oDocument->getPermanentUrl()}</link>
|
||||
<!--@if($target_modules[$oDocument->get('module_srl')]->open_rss == 'Y')-->
|
||||
<!--@if($target_modules[$oDocument->get('module_srl')] == 'Y')-->
|
||||
<description>{utf8_trim(utf8_normalize_spaces($oDocument->get('content')))|escape}</description>
|
||||
<!--@else-->
|
||||
<description>{$oDocument->getSummary(400)|escape}</description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue