mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
rss 출력시 이미지의 경로를 절대 경로로 바꿀 수 있도록 $oDocument->getContent()의 3번째 인자로 이미지 경로를 절대경로로 변경하는 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3979 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d79eb1c8e7
commit
852bfec728
2 changed files with 14 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
<author><![CDATA[{$oDocument->getNickName()}]]></author>
|
||||
<link><![CDATA[{$oDocument->getPermanentUrl()}]]></link>
|
||||
<!--@if($mid_list[$oDocument->get('module_srl')]->open_rss=='Y')-->
|
||||
<description><![CDATA[{$oDocument->getContent(false,false)}]]></description>
|
||||
<description><![CDATA[{$oDocument->getContent(false,false,true)}]]></description>
|
||||
<!--@else-->
|
||||
<description><![CDATA[{$oDocument->getContentText(100)}]]></description>
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue