이미지 링크, 멀티미디어 링크 컴포넌트 파일 경로 부분: rss를 위한 수정, rss 링크 주소 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6624 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-06-21 03:56:08 +00:00
parent 97b90f7031
commit c6b104c8e4
3 changed files with 8 additions and 1 deletions

View file

@ -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 출력물에서 사용될 변수 세팅