mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
이미지 링크, 멀티미디어 링크 컴포넌트 파일 경로 부분: rss를 위한 수정, rss 링크 주소 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6624 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
97b90f7031
commit
c6b104c8e4
3 changed files with 8 additions and 1 deletions
|
|
@ -132,6 +132,8 @@
|
|||
$info->date = date("D, d M Y H:i:s").' '.$GLOBALS['_time_zone'];
|
||||
break;
|
||||
}
|
||||
$temp_link = explode('/', $info->link);
|
||||
if($temp_link[0]=='' && $info->link) $info->link = Context::getRequestUri().substr($info->link, 1);
|
||||
$info->language = Context::getLangType();
|
||||
|
||||
// RSS 출력물에서 사용될 변수 세팅
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue